From: Georgi Gerganov Date: Sun, 29 Sep 2024 11:38:18 +0000 (+0300) Subject: contrib : add Resources section (#9675) X-Git-Tag: upstream/0.0.4488~648 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=589b48d41efb0e95133b77c335f4fb9779af9bfb;p=pkg%2Fggml%2Fsources%2Fllama.cpp contrib : add Resources section (#9675) --- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a9e000e5..3d7c6f86 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -27,3 +27,8 @@ ![matmul](media/matmul.png) +# Resources + +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: + +https://github.com/ggerganov/llama.cpp/projects diff --git a/README.md b/README.md index a452a6d7..ecc2df8c 100644 --- a/README.md +++ b/README.md @@ -443,7 +443,7 @@ To learn more how to measure perplexity using llama.cpp, [read this documentatio - Contributors can open PRs - Collaborators can push to branches in the `llama.cpp` repo and merge PRs into the `master` branch - Collaborators will be invited based on contributions -- Any help with managing issues and PRs is very appreciated! +- Any help with managing issues, PRs and projects is very appreciated! - 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 - Read the [CONTRIBUTING.md](CONTRIBUTING.md) for more information - Make sure to read this: [Inference at the edge](https://github.com/ggerganov/llama.cpp/discussions/205)