add qwen3 and fun-asr-nano
This commit is contained in:
+13
-12
@@ -1,15 +1,15 @@
|
||||
[package]
|
||||
name = "aha"
|
||||
version = "0.1.7"
|
||||
version = "0.1.8"
|
||||
edition = "2024"
|
||||
repository = "https://github.com/jhqxxx/aha"
|
||||
license = "Apache-2.0"
|
||||
description = "aha model inference library, now supports Qwen2.5VL, MiniCPM4, VoxCPM, Qwen3VL, DeepSeek-OCR, Hunyuan-OCR, PaddleOCR-VL, VoxCPM1.5, RMBG2.0, GLM-ASR-Nano-2512"
|
||||
description = "aha model inference library, now supports Qwen2.5VL, MiniCPM4, VoxCPM, Qwen3VL, DeepSeek-OCR, Hunyuan-OCR, PaddleOCR-VL, VoxCPM1.5, RMBG2.0, GLM-ASR-Nano-2512, Fun-ASR-Nano-2512, Qwen3"
|
||||
|
||||
[dependencies]
|
||||
candle-core = { version = "0.9.1"}
|
||||
candle-nn = { version = "0.9.1"}
|
||||
candle-transformers = { version = "0.9.1"}
|
||||
candle-core = { version = "0.9.1" }
|
||||
candle-nn = { version = "0.9.1" }
|
||||
candle-transformers = { version = "0.9.1" }
|
||||
candle-flash-attn = { version = "0.9.1", optional = true }
|
||||
serde = "1.0.226"
|
||||
serde_json = "1.0.145"
|
||||
@@ -21,9 +21,9 @@ base64 = "0.22.1"
|
||||
num = "0.4.3"
|
||||
minijinja = "2.12.0"
|
||||
tokenizers = "0.22.1"
|
||||
aha_openai_dive = { version = "1.4", features = ["stream"]}
|
||||
uuid = { version = "1.18.1", features = ["v4"]}
|
||||
chrono = "0.4.42"
|
||||
aha_openai_dive = { version = "1.4", features = ["stream"] }
|
||||
uuid = { version = "1.18.1", features = ["v4"] }
|
||||
chrono = "0.4"
|
||||
rocket = { version = "0.5.1", features = ["serde_json", "json"] }
|
||||
tokio = "1.47.1"
|
||||
hound = "3.5.1"
|
||||
@@ -36,12 +36,13 @@ rayon = "1.10"
|
||||
# audioadapter-buffers = "2.0.0"
|
||||
realfft = "3.5.0"
|
||||
symphonia = { version = "0.5.5", features = ["mp3", "wav"] }
|
||||
serde_yaml = "0.9.34"
|
||||
|
||||
[features]
|
||||
flash-attn=["candle-flash-attn"]
|
||||
cuda=["candle-nn/cuda", "candle-core/cuda", "candle-transformers/cuda"]
|
||||
metal=["candle-nn/metal", "candle-core/metal", "candle-transformers/metal"]
|
||||
ffmpeg=["ffmpeg-next"]
|
||||
flash-attn = ["candle-flash-attn"]
|
||||
cuda = ["candle-nn/cuda", "candle-core/cuda", "candle-transformers/cuda"]
|
||||
metal = ["candle-nn/metal", "candle-core/metal", "candle-transformers/metal"]
|
||||
ffmpeg = ["ffmpeg-next"]
|
||||
|
||||
[lints.clippy]
|
||||
needless_range_loop = "allow"
|
||||
|
||||
Reference in New Issue
Block a user