Problem
cargo check --features ml fails with two compile errors in zeph-llm:
rubato::SincFixedIn unresolved import
- Type mismatch in
candle_provider
Steps to reproduce
cargo check --features ml
Root cause
Pre-existing regression on main unrelated to #1831 (feature bundles PR). Confirmed by reverting the PR and reproducing the same errors.
Impact
The new bundle-check CI job (added in #1831) includes an ml matrix entry, which will fail until this is fixed.
Labels
bug