diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2023-08-15 10:48:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-15 10:48:57 +0100 |
commit | 531f23b4d092cf8df26cae963687dc8904307ae4 (patch) | |
tree | f6b4dd580c92e85b62c8c409415569f06baf0e34 /candle-datasets/Cargo.toml | |
parent | 495e0b758035039e902819f3ed059725d0593be1 (diff) | |
download | candle-531f23b4d092cf8df26cae963687dc8904307ae4.tar.gz candle-531f23b4d092cf8df26cae963687dc8904307ae4.tar.bz2 candle-531f23b4d092cf8df26cae963687dc8904307ae4.zip |
Rename vec-dot to vec-ops. (#449)
* Rename vec-dot to vec-ops.
* Also bump the crate version.
* Add a currently empty readme.
Diffstat (limited to 'candle-datasets/Cargo.toml')
-rw-r--r-- | candle-datasets/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/candle-datasets/Cargo.toml b/candle-datasets/Cargo.toml index 12169daf..25eea8ea 100644 --- a/candle-datasets/Cargo.toml +++ b/candle-datasets/Cargo.toml @@ -11,8 +11,8 @@ readme = "README.md" [dependencies] byteorder = { workspace = true } -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" } hf-hub = { workspace = true} intel-mkl-src = { workspace = true, optional = true } memmap2 = { workspace = true } |