summaryrefslogtreecommitdiff
path: root/.gitignore
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 /.gitignore
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 '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index c433e74b..400ff9bf 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,10 +13,13 @@ Cargo.lock
# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb
-*tokenizer.json
+*tokenizer*.json
*.npz
perf.data
flamegraph.svg
*.so
*.swp
+
+candle-wasm-example/*.wav
+candle-wasm-example/*.safetensors