-
Notifications
You must be signed in to change notification settings - Fork 9.8k
contribute
Brian edited this page May 30, 2024
·
2 revisions
If you are a developer who want to contribute here is where you can help
- Answering questions
- Improving the user guide wiki
- Suggest a new feature / enhancement
- Submit a pull request with fixes/improvements/etc...
-
Low Severity Bugs
- Used to report low severity bugs in llama.cpp (e.g. cosmetic issues, non critical UI glitches)
-
Medium Severity Bugs
- Used to report medium severity bugs in llama.cpp (e.g. Malfunctioning Features but generally still usable)
-
High Severity Bugs
- Used to report high severity bugs in llama.cpp (e.g. Malfunctioning features hindering important common workflow)
-
Critical Severity Bugs
- Used to report critical severity bugs in llama.cpp (e.g. Crashing, Corrupted, Dataloss)
-
Low Complexity PRs needing attention
- Trivial changes to code that most beginner devs (or those who want a break) can tackle. e.g. UI fix
-
Medium Complexity PRs needing attention
- Generally require more time to grok but manageable by beginner to medium expertise level
-
High Complexity PRs needing attention
- Generally require indepth knowledge of LLMs or GPUs
Useful information for users that doesn't fit into Readme.
- Home
- Feature Matrix
- GGML Tips & Tricks
- Chat Templating
- Metadata Override
- HuggingFace Model Card Metadata Interoperability Consideration
These are information useful for Maintainers and Developers which does not fit into code comments
Click on a badge to jump to workflow. This is here as a useful general view of all the actions so that we may notice quicker if main branch automation is broken and where.