mirror of
https://github.com/SYSTRAN/faster-whisper.git
synced 2026-01-09 13:38:01 -05:00
Automatically download converted models from the Hugging Face Hub (#70)
* Automatically download converted models from the Hugging Face Hub * Remove unused import * Remove non needed requirements in dev mode * Remove extra index URL when pip install in CI * Allow downloading to a specific directory * Update docstring * Add argument to disable the progess bars * Fix typo in docstring
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
av==10.*
|
||||
ctranslate2>=3.10,<4
|
||||
huggingface_hub>=0.13
|
||||
tokenizers==0.13.*
|
||||
|
||||
Reference in New Issue
Block a user