summaryrefslogtreecommitdiff
path: root/makima/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'makima/Cargo.toml')
-rw-r--r--makima/Cargo.toml6
1 files changed, 0 insertions, 6 deletions
diff --git a/makima/Cargo.toml b/makima/Cargo.toml
index b6b12dd..950c123 100644
--- a/makima/Cargo.toml
+++ b/makima/Cargo.toml
@@ -17,12 +17,6 @@ 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"] }