File size: 268 Bytes
9ac5475 |
1 2 3 4 5 6 7 8 9 10 11 |
```
venv/bin/python -m pip install transformers[torch]>=4.23
venv/bin/python -m pip install ctranslate2
```
```
ct2-transformers-converter --model openai/whisper-large-v3 --output_dir whisper-large-v3-ct2 \
--copy_files tokenizer.json --quantization float16
```
|