From 88f666781fa75613c4971efa856135ba91cc2db1 Mon Sep 17 00:00:00 2001 From: Laurent Mazare Date: Fri, 14 Jul 2023 14:51:46 +0100 Subject: 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. --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index c433e74b..400ff9bf 100644 --- a/.gitignore +++ b/.gitignore @@ -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 -- cgit v1.2.3