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 @@ exclude = [
]
[workspace.package]
version = "0.1.0"
version = "0.1.1"
edition = "2021"
description = "Minimalist ML framework."
repository = "https://github.com/huggingface/candle"