summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2023-07-14 14:51:46 +0100
committerGitHub <noreply@github.com>2023-07-14 14:51:46 +0100
commit88f666781fa75613c4971efa856135ba91cc2db1 (patch)
tree0c29039772ffb2f5064af8a6d2c592f5d30629b9 /Cargo.toml
parentd88b6cdca938aa820641ffd08ee4de2104002569 (diff)
downloadcandle-88f666781fa75613c4971efa856135ba91cc2db1.tar.gz
candle-88f666781fa75613c4971efa856135ba91cc2db1.tar.bz2
candle-88f666781fa75613c4971efa856135ba91cc2db1.zip
Wasm proof of concept. (#167)
* Wasm proof of concept. * Run whisper inference in the browser. * Some fixes. * Move the wasm example. * Change the tokenizer config.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 218e717b..efbc80d8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -7,6 +7,7 @@ members = [
"candle-nn",
"candle-pyo3",
"candle-transformers",
+ "candle-wasm-example",
]
[profile.release-with-debug]