Views
No views yet
convert-h5-to-ggml.py)| File | Size | Description |
|---|---|---|
ggml-model.bin | ~2.9 GB | GGML model for whisper.cpp |
./main -m ggml-model.bin -f audio.wav -l zhggml-model.bin and set the path in Settings.1git clone https://github.com/ggml-org/whisper.cpp
2git clone https://github.com/openai/whisper
3pip install transformers numpy huggingface_hub
4
5python whisper.cpp/models/convert-h5-to-ggml.py \
6 <path-to-MediaTek-Research/Breeze-ASR-25> \
7 <path-to-openai/whisper> \
8 <output-dir>