Skip to content

Commit 589b48d

Browse files
authored
contrib : add Resources section (ggml-org#9675)
1 parent f4d2b88 commit 589b48d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CONTRIBUTING.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,8 @@
2727

2828
![matmul](media/matmul.png)
2929

30+
# Resources
31+
32+
The Github issues, PRs and discussions contain a lot of information that can be useful to get familiar with the codebase. For convenience, some of the more important information is referenced from Github projects:
33+
34+
https://github.com/ggerganov/llama.cpp/projects

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ To learn more how to measure perplexity using llama.cpp, [read this documentatio
443443
- Contributors can open PRs
444444
- Collaborators can push to branches in the `llama.cpp` repo and merge PRs into the `master` branch
445445
- Collaborators will be invited based on contributions
446-
- Any help with managing issues and PRs is very appreciated!
446+
- Any help with managing issues, PRs and projects is very appreciated!
447447
- See [good first issues](https://github.com/ggerganov/llama.cpp/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) for tasks suitable for first contributions
448448
- Read the [CONTRIBUTING.md](CONTRIBUTING.md) for more information
449449
- Make sure to read this: [Inference at the edge](https://github.com/ggerganov/llama.cpp/discussions/205)

0 commit comments

Comments
 (0)