diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2023-07-14 14:51:46 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-14 14:51:46 +0100 |
commit | 88f666781fa75613c4971efa856135ba91cc2db1 (patch) | |
tree | 0c29039772ffb2f5064af8a6d2c592f5d30629b9 /.gitignore | |
parent | d88b6cdca938aa820641ffd08ee4de2104002569 (diff) | |
download | candle-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-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |