sanchit-gandhi HF staff commited on
Commit
23d1e1e
1 Parent(s): eeb61f6

remove faster-whisper warning

Browse files
Files changed (1) hide show
  1. README.md +0 -4
README.md CHANGED
@@ -476,10 +476,6 @@ make -j && ./main -m models/ggml-distil-large-v3.bin -f samples/jfk.wav
476
  Faster-Whisper is a reimplementation of Whisper using [CTranslate2](https://github.com/OpenNMT/CTranslate2/), a fast
477
  inference engine for Transformer models.
478
 
479
- <div class="course-tip course-tip-orange bg-gradient-to-br dark:bg-gradient-to-r before:border-orange-500 dark:before:border-orange-800 from-orange-50 dark:from-gray-900 to-white dark:to-gray-950 border border-orange-50 text-orange-700 dark:text-gray-400">
480
- <p><b>Note:</b> Faster-Whisper support relies on <a href="https://github.com/SYSTRAN/faster-whisper/pull/755"> this PR</a> being merged to the Faster-Whisper main branch. Once merged, you can follow the examples below for using the model. Until then, you may wish to try a different implementation, such as Transformers or Whisper cpp.</p>
481
- </div>
482
-
483
  First, install the Faster-Whisper package according to the [official instructions](https://github.com/SYSTRAN/faster-whisper#installation).
484
  For this example, we'll also install 🤗 Datasets to load a toy audio dataset from the Hugging Face Hub:
485
 
 
476
  Faster-Whisper is a reimplementation of Whisper using [CTranslate2](https://github.com/OpenNMT/CTranslate2/), a fast
477
  inference engine for Transformer models.
478
 
 
 
 
 
479
  First, install the Faster-Whisper package according to the [official instructions](https://github.com/SYSTRAN/faster-whisper#installation).
480
  For this example, we'll also install 🤗 Datasets to load a toy audio dataset from the Hugging Face Hub:
481