Add SmolVLM model (#65)

* Add SmolVLM model
This commit is contained in:
Jamjamjon
2025-02-08 00:28:35 +08:00
committed by GitHub
parent bdd77a6d21
commit e2347353ba
10 changed files with 489 additions and 2 deletions

View File

@ -20,7 +20,7 @@ anyhow = { version = "1.0.75" }
regex = { version = "1.5.4" }
rand = { version = "0.8.5" }
chrono = { version = "0.4.30" }
tokenizers = { version = "0.15.2" }
tokenizers = { version = "0.21.0" }
log = { version = "0.4.22" }
indicatif = "0.17.8"
serde_json = "1.0"
@ -62,6 +62,6 @@ trt = [ "ort/tensorrt" ]
mps = [ "ort/coreml" ]
[profile.release]
# lto = true
lto = true
strip = true
panic = "abort"