mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 18:28:24 +00:00
Remove some unused macros. (#2618)
* Remove some unused macros. * More unused fixes.
This commit is contained in:
@ -20,7 +20,7 @@ candle-nn = { workspace = true }
|
||||
candle-onnx = { workspace = true, optional = true }
|
||||
half = { workspace = true }
|
||||
intel-mkl-src = { workspace = true, optional = true }
|
||||
pyo3 = { version = "0.22.0", features = ["extension-module", "abi3-py38"] }
|
||||
pyo3 = { version = "0.22.0", features = ["extension-module", "abi3-py311"] }
|
||||
|
||||
[build-dependencies]
|
||||
pyo3-build-config = "0.22"
|
||||
|
Reference in New Issue
Block a user