mirror of
https://github.com/mii443/usls.git
synced 2025-08-22 15:45:41 +00:00
Add florence2 model
* Add florence2-base model for all tasks * Update annotator.rs
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "usls"
|
||||
version = "0.0.14"
|
||||
version = "0.0.15"
|
||||
edition = "2021"
|
||||
description = "A Rust library integrated with ONNXRuntime, providing a collection of ML models."
|
||||
repository = "https://github.com/jamjamjon/usls"
|
||||
@ -22,7 +22,6 @@ dirs = { version = "5.0.1" }
|
||||
ureq = { version = "2.9.1", default-features = true, features = [
|
||||
"socks-proxy",
|
||||
] }
|
||||
walkdir = { version = "2.5.0" } # TODO: remove
|
||||
tokenizers = { version = "0.15.2" }
|
||||
rayon = "1.10.0"
|
||||
indicatif = "0.17.8"
|
||||
|
Reference in New Issue
Block a user