Skip to content

fix(ml): candle/rubato compile errors with --features ml (pre-existing) #1858

@bug-ops

Description

@bug-ops

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    P0Blocking — security advisory or compile errorbugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions