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:
Laurent Mazare
2023-08-15 10:48:57 +01:00
committed by GitHub
parent 495e0b7580
commit 531f23b4d0
14 changed files with 30 additions and 29 deletions

View File

@ -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"] }