Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Commit 51949ec

Browse files
authored
Update CONTRIBUTING.md
1 parent 44ddfe8 commit 51949ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ When new GGML versions are pushed to llama.cpp (or one of the other repos
99
hosting a copy of it) and we want to update our copy, the process should be as
1010
follows:
1111

12-
- Update the `ggml.c` and `ggml.h` inside ggml-sys/ggml.
13-
- In that same folder, take note of the llama.cpp version these files were taken
14-
from inside the `CREDITS.md` file.
12+
- Update the `ggml.c` and `ggml.h` inside `ggml-sys/ggml`.
13+
- In that same folder, update `CREDITS.txt` to indicate the llama.cpp version
14+
these files were taken from
1515
- Run the bindgen script:
1616
```shell
1717
$ cargo run --bin generate-ggml-bindings ggml-sys

0 commit comments

Comments
 (0)