mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 10:26:33 +00:00
Remove the unecessary features.
This commit is contained in:
@ -21,7 +21,7 @@ thiserror = "1"
|
||||
cudarc = { version = "0.9.9", optional = true }
|
||||
candle-kernels = { path = "kernels", optional = true }
|
||||
gemm = "0.15.4"
|
||||
zip = "0.6.6"
|
||||
zip = { version = "0.6.6", default-features=false }
|
||||
|
||||
[dev-dependencies]
|
||||
anyhow = "1"
|
||||
|
Reference in New Issue
Block a user