Whisper ======= .. code-block:: bash root=pretrained/whisper mkdir -p ${root} && cd ${root} git clone git@hf.co:openai/whisper-large-v3-turbo cd ../.. .. code:: pretrained/whisper/ └── whisper-large-v3-turbo .. literalinclude:: whisper.py :language: python :linenos: