mirror of
https://github.com/huggingface/candle.git
synced 2025-06-16 02:38:10 +00:00
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:
@ -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 }
|
||||
|
||||
|
Reference in New Issue
Block a user