| license: apache-2.0 | |
| base_model: | |
| - openai/whisper-base | |
| tags: | |
| - ctranslate2 | |
| # whisper-base-int8-ct2 | |
| ```shell | |
| pip install transformers[torch] | |
| ct2-transformers-converter --model openai/whisper-base --output_dir whisper-base-int8-ct2 --quantization int8 --copy_files preprocessor_config.json tokenizer.json | |
| ``` |