pip install transformers[torch]>=4.23 ct2-transformers-converter --model openai/whisper-large-v2 --output_dir whisper-large-v2-ct2 \ --copy_files tokenizer.json --quantization float16The option --model accepts a model name on the Hub or a path to a model directory. If the option --...