Simplifying our internal cargo dependencies. (#1529)

This commit is contained in:
Nicolas Patry
2024-01-07 12:04:14 +01:00
committed by GitHub
parent 84250bf52f
commit b4cb982e49
18 changed files with 55 additions and 48 deletions

View File

@ -12,8 +12,8 @@ readme = "README.md"
[dependencies]
accelerate-src = { workspace = true, optional = true }
byteorder = { workspace = true }
candle-kernels = { path = "../candle-kernels", version = "0.3.3", optional = true }
candle-metal-kernels = { path = "../candle-metal-kernels", version = "0.3.3", optional = true }
candle-kernels = { workspace = true, optional = true }
candle-metal-kernels = { workspace = true, optional = true }
metal = { workspace = true, optional = true}
cudarc = { workspace = true, optional = true }
gemm = { workspace = true }