Instructions to use OpenASR/whisper-large-v3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- OpenASR
How to use OpenASR/whisper-large-v3 with OpenASR:
# Install the openasr CLI: https://github.com/QuintinShaw/openasr/releases openasr pull whisper-large-v3 openasr transcribe audio.wav --model whisper-large-v3
- Notebooks
- Google Colab
- Kaggle
docs: update model-pack import syntax to current CLI
Browse files
README.md
CHANGED
|
@@ -86,7 +86,7 @@ large-grade option, see the distilled `whisper-large-v3-turbo`.
|
|
| 86 |
Converted from [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) with the OpenASR importer:
|
| 87 |
|
| 88 |
```bash
|
| 89 |
-
openasr model-pack import
|
| 90 |
--package-id whisper-large-v3 --quantization {fp16,q8-0,q4-k}
|
| 91 |
```
|
| 92 |
|
|
|
|
| 86 |
Converted from [openai/whisper-large-v3](https://huggingface.co/openai/whisper-large-v3) with the OpenASR importer:
|
| 87 |
|
| 88 |
```bash
|
| 89 |
+
openasr model-pack import whisper <src> <out>.oasr \
|
| 90 |
--package-id whisper-large-v3 --quantization {fp16,q8-0,q4-k}
|
| 91 |
```
|
| 92 |
|