Mise à jour du requirements.txt pour faster whisper
This commit is contained in:
parent
edb8c2ea23
commit
15eb318212
1 changed files with 15 additions and 0 deletions
|
@ -1,13 +1,22 @@
|
||||||
altair==5.5.0
|
altair==5.5.0
|
||||||
attrs==24.2.0
|
attrs==24.2.0
|
||||||
|
av==13.1.0
|
||||||
beautifulsoup4==4.12.3
|
beautifulsoup4==4.12.3
|
||||||
blinker==1.9.0
|
blinker==1.9.0
|
||||||
cachetools==5.5.0
|
cachetools==5.5.0
|
||||||
certifi==2024.8.30
|
certifi==2024.8.30
|
||||||
charset-normalizer==3.4.0
|
charset-normalizer==3.4.0
|
||||||
click==8.1.7
|
click==8.1.7
|
||||||
|
coloredlogs==15.0.1
|
||||||
|
ctranslate2==4.5.0
|
||||||
|
faster-whisper==1.1.0
|
||||||
|
filelock==3.16.1
|
||||||
|
flatbuffers==24.3.25
|
||||||
|
fsspec==2024.10.0
|
||||||
gitdb==4.0.11
|
gitdb==4.0.11
|
||||||
GitPython==3.1.43
|
GitPython==3.1.43
|
||||||
|
huggingface-hub==0.26.3
|
||||||
|
humanfriendly==10.0
|
||||||
idna==3.10
|
idna==3.10
|
||||||
Jinja2==3.1.4
|
Jinja2==3.1.4
|
||||||
jsonschema==4.23.0
|
jsonschema==4.23.0
|
||||||
|
@ -16,8 +25,10 @@ markdown-it-py==3.0.0
|
||||||
markdownify==0.11.6
|
markdownify==0.11.6
|
||||||
MarkupSafe==3.0.2
|
MarkupSafe==3.0.2
|
||||||
mdurl==0.1.2
|
mdurl==0.1.2
|
||||||
|
mpmath==1.3.0
|
||||||
narwhals==1.15.0
|
narwhals==1.15.0
|
||||||
numpy==1.26.4
|
numpy==1.26.4
|
||||||
|
onnxruntime==1.20.1
|
||||||
packaging==24.2
|
packaging==24.2
|
||||||
pandas==2.2.0
|
pandas==2.2.0
|
||||||
pillow==11.0.0
|
pillow==11.0.0
|
||||||
|
@ -29,15 +40,19 @@ Pygments==2.18.0
|
||||||
python-dateutil==2.9.0.post0
|
python-dateutil==2.9.0.post0
|
||||||
python-dotenv==1.0.1
|
python-dotenv==1.0.1
|
||||||
pytz==2024.2
|
pytz==2024.2
|
||||||
|
PyYAML==6.0.2
|
||||||
referencing==0.35.1
|
referencing==0.35.1
|
||||||
requests==2.31.0
|
requests==2.31.0
|
||||||
rich==13.9.4
|
rich==13.9.4
|
||||||
rpds-py==0.21.0
|
rpds-py==0.21.0
|
||||||
|
setuptools==75.6.0
|
||||||
six==1.16.0
|
six==1.16.0
|
||||||
smmap==5.0.1
|
smmap==5.0.1
|
||||||
soupsieve==2.6
|
soupsieve==2.6
|
||||||
streamlit==1.40.2
|
streamlit==1.40.2
|
||||||
|
sympy==1.13.3
|
||||||
tenacity==9.0.0
|
tenacity==9.0.0
|
||||||
|
tokenizers==0.21.0
|
||||||
toml==0.10.2
|
toml==0.10.2
|
||||||
tornado==6.4.2
|
tornado==6.4.2
|
||||||
tqdm==4.67.1
|
tqdm==4.67.1
|
||||||
|
|
Loading…
Reference in a new issue