You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@
6
6
- Verify that the perplexity and the performance are not affected negatively by your changes (use `llama-perplexity` and `llama-bench`)
7
7
- If you modified the `ggml` source, run the `test-backend-ops` tool to check whether different backend implementations of the `ggml` operators produce consistent results (this requires access to at least two different `ggml` backends)
8
8
- If you modified a `ggml` operator or added a new one, add the corresponding test cases to `test-backend-ops`
9
+
- Do not add multiple, unrelated changes to a single PR. It is generally easier for maintainers to review small PRs with a single feature, especially since not every maintainer is familiar with all parts of the codebase. For example, instead of a single PR that fixes a bug and adds support for some model, make separate PRs for the bugfix and model support
9
10
- Consider allowing write access to your branch for faster reviews, as reviewers can push commits directly
10
11
- If your PR becomes stale, don't hesitate to ping the maintainers in the comments
0 commit comments