File tree Expand file tree Collapse file tree 1 file changed +21
-4
lines changed
Expand file tree Collapse file tree 1 file changed +21
-4
lines changed Original file line number Diff line number Diff line change 77def install_libraries_with_retry (max_retries = 3 , delay = 3 ):
88 libraries = [
99 "av==12.3.0" ,
10- "CFFI==1.16.0" ,
1110 "certifi==2024.7.4" ,
11+ "cffi==1.16.0" ,
1212 "chardet==5.2.0" ,
13+ "charset-normalizer==3.3.2" ,
14+ "colorama==0.4.6" ,
15+ "coloredlogs==15.0.1" ,
1316 "ctranslate2==4.3.1" ,
1417 "faster-whisper==1.0.2" ,
1518 "filelock==3.15.4" ,
16- "huggingface-hub==0.24.1" ,
19+ "flatbuffers==24.3.25" ,
20+ "fsspec==2024.9.0" ,
21+ "huggingface-hub==0.25.1" ,
22+ "humanfriendly==10.0" ,
1723 "idna==3.7" ,
24+ "mpmath==1.3.0" ,
25+ "numpy==1.26.4" ,
1826 "nvidia-cublas-cu12==12.1.3.1" ,
1927 "nvidia-cuda-nvrtc-cu12==12.1.105" ,
2028 "nvidia-cuda-runtime-cu12==12.1.105" ,
2129 "nvidia-cudnn-cu12==8.9.7.29" ,
22- "numpy==1.26.4" ,
30+ "onnxruntime==1.19.2" ,
31+ "packaging==24.1" ,
32+ "pip==24.2" ,
33+ "protobuf==5.28.2" ,
2334 "pycparser==2.22" ,
35+ "pyreadline3==3.5.4" ,
2436 "PyYAML==6.0.1" ,
2537 "requests==2.32.3" ,
38+ "setuptools==75.1.0" ,
39+ "shiboken6==6.7.3" ,
2640 "sounddevice==0.4.7" ,
41+ "sympy==1.13.3" ,
2742 "tokenizers==0.19.1" ,
2843 "tqdm==4.66.4" ,
29- "urllib3==2.2.2"
44+ "typing_extensions==4.12.2" ,
45+ "urllib3==2.2.2" ,
3046 ]
3147
48+
3249 failed_installations = []
3350 multiple_attempts = []
3451
You can’t perform that action at this time.
0 commit comments