summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorLaurent Mazare <laurent.mazare@gmail.com>2023-07-24 12:36:02 +0100
committerGitHub <noreply@github.com>2023-07-24 12:36:02 +0100
commit5a26cba7339e326eaca7a10ee99f6af948da2677 (patch)
treee7ce4f569f3d620bd73c0bbb00198031345723b2 /.gitignore
parent550a13a5472fd3aa3975c2453eff4bff6ac1d0bd (diff)
downloadcandle-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--.gitignore7
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index 9ff37524..a7006d50 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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