mirror of
https://github.com/huggingface/candle.git
synced 2025-06-22 12:28:06 +00:00
Rename vec-dot to vec-ops. (#449)
* Rename vec-dot to vec-ops. * Also bump the crate version. * Add a currently empty readme.
This commit is contained in:
@ -15,7 +15,7 @@ crate-type = ["cdylib"]
|
||||
doc = false
|
||||
|
||||
[dependencies]
|
||||
candle = { path = "../candle-core", version = "0.1.0", package = "candle-core" }
|
||||
candle = { path = "../candle-core", version = "0.1.1", package = "candle-core" }
|
||||
half = { workspace = true }
|
||||
pyo3 = { version = "0.19.0", features = ["extension-module"] }
|
||||
|
||||
|
Reference in New Issue
Block a user