update qwen2.5vl

This commit is contained in:
jhqxxx
2025-09-22 23:49:58 +08:00
parent 0b0076cdc9
commit fdfdfedeb4
7 changed files with 1300 additions and 74 deletions
+6 -1
View File
@@ -21,7 +21,12 @@ base64 = "0.22.1"
num = "0.4.3"
minijinja = "2.12.0"
tokenizers = "0.22.1"
openai_dive = "1.3.0"
openai_dive = { version = "1.3.0", features = ["stream"]}
uuid = { version = "1.18.1", features = ["v4"]}
chrono = "0.4.42"
rocket = "0.5.1"
tokio = "1.47.1"
[features]
flash-attn=["candle-flash-attn"]
cuda=["candle-nn/cuda", "candle-core/cuda", "candle-transformers/cuda"]