mirror of
https://github.com/ggerganov/whisper.cpp.git
synced 2025-08-17 05:21:04 +02:00
talk.wasm : move to https://whisper.ggerganov.com/talk
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:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user