diff options
author | Radamés Ajna <radamajna@gmail.com> | 2023-10-04 12:22:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-04 20:22:57 +0100 |
commit | 27e70a50939b647a7c2e80428647f5668e592607 (patch) | |
tree | c0b966ca222e3cfc206184a7444106135c02463c /.gitignore | |
parent | c18a856e76cad9626406c3c483a53fb5b7eeef7b (diff) | |
download | candle-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-- | .gitignore | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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/* |