[feat] add ModelManager
with caching, manifest management, and Hugging Face API integration
This commit is contained in:
@@ -21,7 +21,7 @@ anyhow = "1.0.99"
|
||||
libc = "0.2.175"
|
||||
toml = "0.8.23"
|
||||
serde_json = "1.0.142"
|
||||
chrono = "0.4.41"
|
||||
chrono = { version = "0.4.41", features = ["serde"] }
|
||||
sha2 = "0.10.9"
|
||||
which = "6.0.3"
|
||||
tokio = { version = "1.47.1", features = ["rt-multi-thread", "macros"] }
|
||||
|
Reference in New Issue
Block a user