summaryrefslogtreecommitdiff
path: root/candle-wasm-examples/whisper
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2023-08-30 11:54:00 +0100
committerGitHub <noreply@github.com>2023-08-30 11:54:00 +0100
commit618f4e4c788959d3d3c471b1d0f92594176b7e1b (patch)
treec516fc404f3e37f87f7878f8d4976b0cea2a3b81 /candle-wasm-examples/whisper
parent5ac0a98f01adc87f3f6aeb95ce670f2ba1a5c75c (diff)
downloadcandle-618f4e4c788959d3d3c471b1d0f92594176b7e1b.tar.gz
candle-618f4e4c788959d3d3c471b1d0f92594176b7e1b.tar.bz2
candle-618f4e4c788959d3d3c471b1d0f92594176b7e1b.zip
Add some documentation. (#673)
* Add some documentation. * Bump the crate version.
Diffstat (limited to 'candle-wasm-examples/whisper')
-rw-r--r--candle-wasm-examples/whisper/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/candle-wasm-examples/whisper/Cargo.toml b/candle-wasm-examples/whisper/Cargo.toml
index 9578d66e..47e7e094 100644
--- a/candle-wasm-examples/whisper/Cargo.toml
+++ b/candle-wasm-examples/whisper/Cargo.toml
@@ -9,8 +9,8 @@ categories.workspace = true
license.workspace = true
[dependencies]
-candle = { path = "../../candle-core", version = "0.2.0", package = "candle-core" }
-candle-nn = { path = "../../candle-nn", version = "0.2.0" }
+candle = { path = "../../candle-core", version = "0.2.1", package = "candle-core" }
+candle-nn = { path = "../../candle-nn", version = "0.2.1" }
num-traits = { workspace = true }
tokenizers = { workspace = true, features = ["unstable_wasm"] }