summaryrefslogtreecommitdiff
path: root/makima/Cargo.toml
diff options
context:
space:
mode:
authorsoryu <soryu@soryu.co>2026-02-02 22:52:05 +0000
committersoryu <soryu@soryu.co>2026-02-02 22:52:05 +0000
commit0f06a7f9968816e5e2553c4f1c2104f2fa504f96 (patch)
tree53d8db119c17d7d22f3127ae5a54e12a3f384e29 /makima/Cargo.toml
parent151e9d87e117b7980e6aad522ac8f3633eeca87a (diff)
downloadsoryu-0f06a7f9968816e5e2553c4f1c2104f2fa504f96.tar.gz
soryu-0f06a7f9968816e5e2553c4f1c2104f2fa504f96.zip
Release in makima repo
Also remove all other TTS models
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"] }