Yolo v8 fixes (#542)

* Fixes for the yolo-v8 layout.

* Bugfixes.

* Another silly bugfix.

* Remove the hf-hub dependency.

* Remove the transformers dependency.
This commit is contained in:
Laurent Mazare
2023-08-21 21:05:40 +01:00
committed by GitHub
parent de50e66af1
commit 3507e14c0c
2 changed files with 15 additions and 16 deletions

View File

@ -12,10 +12,8 @@ readme = "README.md"
[dependencies]
accelerate-src = { workspace = true, optional = true }
candle = { path = "../candle-core", version = "0.1.2", package = "candle-core" }
hf-hub = { workspace = true}
candle-nn = { path = "../candle-nn", version = "0.1.2" }
intel-mkl-src = { workspace = true, optional = true }
tokenizers = { workspace = true, features = ["onig"] }
rand = { workspace = true }
wav = { workspace = true }