summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorRadamés Ajna <radamajna@gmail.com>2023-10-04 12:22:57 -0700
committerGitHub <noreply@github.com>2023-10-04 20:22:57 +0100
commit27e70a50939b647a7c2e80428647f5668e592607 (patch)
treec0b966ca222e3cfc206184a7444106135c02463c /.gitignore
parentc18a856e76cad9626406c3c483a53fb5b7eeef7b (diff)
downloadcandle-27e70a50939b647a7c2e80428647f5668e592607.tar.gz
candle-27e70a50939b647a7c2e80428647f5668e592607.tar.bz2
candle-27e70a50939b647a7c2e80428647f5668e592607.zip
Whisper quantized wasm (#1028)
* [Whisper] Update to use quantized model * [whisper] add language detection * [whisper] change assets location * [whisper] adapt js example with quantized models * [whisper] better task parsing * [whisper] minor fixes
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore7
1 files changed, 4 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore
index d0a8c320..9a112a61 100644
--- a/.gitignore
+++ b/.gitignore
@@ -29,9 +29,10 @@ trace-*.json
candle-wasm-examples/*/build
candle-wasm-examples/*/*.bin
candle-wasm-examples/*/*.jpeg
-candle-wasm-examples/*/*.wav
-candle-wasm-examples/*/*.safetensors
+candle-wasm-examples/*/audios/*.wav
+candle-wasm-examples/**/*.safetensors
+candle-wasm-examples/**/*.gguf
candle-wasm-examples/*/package-lock.json
-
+candle-wasm-examples/**/config*.json
.DS_Store
.idea/*