mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2025-12-17 11:37:40 +00:00
Page:
PR And Issue Tickets Maintenance
No results
12
PR And Issue Tickets Maintenance
Aaron Teo edited this page 2025-09-03 01:41:55 +08:00
Useful PR Filters
PRs for those who want to help
- 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
PRs for those who want to merge
-
Merging Soon, Already Approved and CI Passed
- Useful to find any PRs overloooked and is already slated to be included very soon
-
Merging Soon, Already Approved
- Useful to find any PRs that is about to be merged but may be falling behind in CI
-
- Useful to find any PRs that is already approved and may be suitable for final check before either merging immediately or add a merging soon label
-
- Useful to find any PRs that is already approved and but needs focused CI fixes to get back on track
-
Not Reviewed But CI Passed And Recently Updated
- Useful to find any PRs that has not yet been reviewed, but is actively being worked on and has passing CI checks
Using CI Status Filters
status:successOnly pull requests with all successful statusesstatus:failureOnly pull requests that have statuses in the failure or error statestatus:pendingOnly pull requests with no statuses or at least one status in the pending state
Users Guide
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
Technical Details
These are information useful for Maintainers and Developers which does not fit into code comments
Github Actions Main Branch Status
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.