update qwen2.5vl
This commit is contained in:
+6
-1
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user