diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2023-03-17 20:30:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-17 20:30:04 +0200 |
commit | e81b9c81c101f64531ef0fa1ee6b77d562635652 (patch) | |
tree | e9a2823123a0ff95b17e350dd922fead2f59f7a9 | |
parent | 367946c668757532deed929e1d78673c6ac6bcb8 (diff) |
Update Contributing section
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -242,6 +242,7 @@ docker run -v /llama/models:/models ghcr.io/ggerganov/llama.cpp:light -m /models - 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! +- Make sure to read this: [Inference at the edge](https://github.com/ggerganov/llama.cpp/discussions/205) ### Coding guidelines |