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

@ -9,8 +9,8 @@ categories.workspace = true
license.workspace = true
[dependencies]
candle = { path = "../../candle-core", version = "0.1.0", package = "candle-core" }
candle-nn = { path = "../../candle-nn", version = "0.1.0" }
candle = { path = "../../candle-core", version = "0.1.1", package = "candle-core" }
candle-nn = { path = "../../candle-nn", version = "0.1.1" }
num-traits = { workspace = true }
tokenizers = { workspace = true, features = ["unstable_wasm"] }