This way, we can share the same models across different WASM examples
and not have to download them for each page
This commit is contained in:
Georgi Gerganov
2022-11-24 18:24:06 +02:00
parent a2ecd54455
commit abce28ea99
5 changed files with 27 additions and 11 deletions

View File

@ -52,7 +52,7 @@ There are community efforts for creating fine-tuned Whisper models using extra t
Transformer implementation of Whisper. The produced models are in slightly different format compared to the original
OpenAI format. To read the HF models you can use the [convert-h5-to-ggml.py](convert-h5-to-ggml.py) script like this:
```
```bash
git clone https://github.com/openai/whisper
git clone https://github.com/ggerganov/whisper.cpp