whisper : add memory sizes for Q8_0 (close #846)

This commit is contained in:
Georgi Gerganov
2023-05-01 10:03:56 +03:00
parent 872a85ae94
commit 7765770f89
2 changed files with 26 additions and 17 deletions

View File

@@ -37,6 +37,6 @@ emcmake cmake ..
make -j
# copy the produced page to your HTTP path
cp bin/whisper.wasm/* /path/to/html/
cp bin/whisper.wasm/* /path/to/html/
cp bin/libmain.worker.js /path/to/html/
```