mirror of
https://github.com/kyutai-labs/delayed-streams-modeling.git
synced 2025-12-22 19:09:57 +00:00
292 B
292 B
Checklist
- Read CONTRIBUTING.md, and accept the CLA by including the provided snippet. We will not accept PR without this.
- Run pre-commit hook.
- If you changed Rust code, run
cargo check,cargo clippy,cargo test.