mirror of
https://github.com/huggingface/candle.git
synced 2025-06-15 02:16:37 +00:00
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.
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user