diff options
author | Laurent Mazare <laurent.mazare@gmail.com> | 2023-07-24 12:36:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-24 12:36:02 +0100 |
commit | 5a26cba7339e326eaca7a10ee99f6af948da2677 (patch) | |
tree | e7ce4f569f3d620bd73c0bbb00198031345723b2 /.gitignore | |
parent | 550a13a5472fd3aa3975c2453eff4bff6ac1d0bd (diff) | |
download | candle-5a26cba7339e326eaca7a10ee99f6af948da2677.tar.gz candle-5a26cba7339e326eaca7a10ee99f6af948da2677.tar.bz2 candle-5a26cba7339e326eaca7a10ee99f6af948da2677.zip |
Re-organize the wasm examples (#231)
* Move the whisper example.
* More renaming.
* Add llama2 as a new wasm example.
* Live generation.
* More of the llama wasm example.
* Formatting.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -24,6 +24,7 @@ flamegraph.svg *.swp trace-*.json -candle-wasm-example/*.wav -candle-wasm-example/*.safetensors -candle-wasm-example/package-lock.json +candle-wasm-examples/*/*.bin +candle-wasm-examples/*/*.wav +candle-wasm-examples/*/*.safetensors +candle-wasm-examples/*/package-lock.json |