mirror of
https://github.com/ggerganov/llama.cpp.git
synced 2024-11-21 15:58:04 +01:00
Page:
PR And Issue Tickets Maintenance
11
PR And Issue Tickets Maintenance
Brian edited this page 2024-06-18 22:21:28 +10: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:success
Only pull requests with all successful statusesstatus:failure
Only pull requests that have statuses in the failure or error statestatus:pending
Only 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.