Skip to content

Commit 799afc7

Browse files
Merge pull request #357 from janhq/update-dev-from-master-2025-12-10-00-38
Sync master with upstream release b7340
2 parents 63c043e + 086a63e commit 799afc7

30 files changed

+1585
-183
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ The project differentiates between 3 levels of contributors:
1515
- 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)
1616
- If you modified a `ggml` operator or added a new one, add the corresponding test cases to `test-backend-ops`
1717
- Create separate PRs for each feature or fix. Avoid combining unrelated changes in a single PR
18+
- When adding support for a new model or feature, focus on **CPU support only** in the initial PR unless you have a good reason not to. Add support for other backends like CUDA in follow-up PRs
1819
- Consider allowing write access to your branch for faster reviews, as reviewers can push commits directly
1920
- If your PR becomes stale, rebase it on top of latest `master` to get maintainers attention
2021
- Maintainers will rely on your insights and approval when making a final decision to approve and merge a PR

0 commit comments

Comments
 (0)