diff options
Diffstat (limited to 'makima/Cargo.toml')
| -rw-r--r-- | makima/Cargo.toml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/makima/Cargo.toml b/makima/Cargo.toml index 950c123..b6b12dd 100644 --- a/makima/Cargo.toml +++ b/makima/Cargo.toml @@ -17,6 +17,12 @@ tokenizers = "0.21" hf-hub = "0.4" ndarray = "0.16" +# Candle ML framework (Qwen3-TTS native inference) +candle-core = "0.8" +candle-nn = "0.8" +candle-transformers = "0.8" +safetensors = "0.4" + # Web server axum = { version = "0.8", features = ["ws", "multipart"] } tokio = { version = "1.0", features = ["full", "signal", "process"] } |
