Update the repo location. (#305)

This commit is contained in:
Laurent Mazare
2023-08-02 11:12:18 +01:00
committed by GitHub
parent 03a421f714
commit 4fe8a02f88
11 changed files with 61 additions and 61 deletions

View File

@ -1,14 +1,12 @@
[package]
name = "candle-wasm-example-whisper"
version = "0.1.0"
edition = "2021"
description = "Wasm example for the candle ML framework."
repository = "https://github.com/LaurentMazare/candle"
keywords = ["blas", "tensor", "machine-learning"]
categories = ["science"]
license = "MIT/Apache-2.0"
readme = "README.md"
version.workspace = true
edition.workspace = true
description.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
license.workspace = true
[dependencies]
candle = { path = "../../candle-core", version = "0.1.0", package = "candle-core" }