contrib : refresh

This commit is contained in:
Georgi Gerganov 2024-11-30 09:50:54 +02:00
parent abadba05be
commit e8f2a2dac1
No known key found for this signature in database
GPG key ID: 449E073F9DC10735
2 changed files with 1 additions and 6 deletions

View file

@ -1,7 +1,3 @@
- [x] I have read the [contributing guidelines](https://github.com/ggerganov/llama.cpp/blob/master/CONTRIBUTING.md)
- Self-reported review complexity:
- [ ] Low
- [ ] Medium
- [ ] High

View file

@ -1,9 +1,8 @@
# Pull requests (for contributors)
- Test your changes:
- Using the commands in the [`tests`](tests) folder. For instance, running the `./tests/test-backend-ops` command tests different backend implementations of the `ggml` library
- Run the `test-backend-ops` tool to validate different backend implementations of the `ggml` operators
- Execute [the full CI locally on your machine](ci/README.md) before publishing
- Optionally rate the complexity of your PR (i.e. `Review Complexity : Low`, `Review Complexity : Medium`, `Review Complexity : High`). This makes it easier for maintainers to triage the PRs
- Consider allowing write access to your branch for faster reviews, as reviewers can push commits directly
- If your PR becomes stale, don't hesitate to ping the maintainers in the comments