Thank you for your interest in contributing.
git clone https://github.com/your-org/project-chronos
cd project-chronos
pip install -e ".[dev]"python tests/test_smoke.py
# or with pytest:
pytest tests/ -vAll 8 smoke tests must pass before submitting a PR.
ruff check chronos/ train_chronos.py
black chronos/ train_chronos.pymain— stable releases onlydev— active development, PRs target here- Feature branches:
feat/<name>, bug fixes:fix/<name>
| Area | Description |
|---|---|
chronos/model/ |
New attention variants, better LookaheadRouter architectures |
chronos/io/ |
CUDA-native DMA prefetch, better clustering algorithms |
chronos/eval/ |
MMLU/GSM8K integration, long-context benchmarks |
chronos/tuning/ |
Better search spaces, multi-objective optimization |
Please open a GitHub Issue with:
- OS, GPU, Python/PyTorch versions
- Minimal reproduction script
- Full traceback
- Tests pass (
python tests/test_smoke.py) - No ruff/black violations
- Docstring updated if public API changed
-
CHANGELOG.mdentry added for user-visible changes