Skip to content

Latest commit

 

History

History
52 lines (37 loc) · 1.78 KB

File metadata and controls

52 lines (37 loc) · 1.78 KB

Summary

Related issues

Closes #

Type of change

  • feat — new user-visible feature
  • fix — bug fix
  • perf — performance improvement (include before/after numbers in the PR body)
  • refactor — internal restructuring without behavior change
  • chore — build, CI, dependencies, release infrastructure
  • docs — documentation only
  • test — tests only

Test plan

  • cargo fmt --all -- --check (enforced by CI — violations block merge)
  • cargo clippy --all-targets -- -D warnings
  • cargo test --release
  • cargo deny check
  • Validated with a real checkpoint (specify which, e.g. mlx-community/Qwen3.5-0.8B-OptiQ-4bit): ...

Notes for reviewers

Checklist

  • PR title uses a Conventional Commits prefix (feat:, fix:, etc.)
  • One logical change per PR (split unrelated changes)
  • Updated docs/ if user-facing behavior or supported models changed
  • Updated // Used by: ... comments on any shared function I modified (see docs/code-guidelines.md)
  • No secrets, credentials, or .env files committed