Grosy commited on
Commit
4f23e8f
·
verified ·
1 Parent(s): 54db0f9

Requirements for the enviroment

Browse files
Files changed (1) hide show
  1. requirements.txt +89 -0
requirements.txt ADDED
@@ -0,0 +1,89 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ accelerate==1.0.0
2
+ aiohappyeyeballs==2.4.3
3
+ aiohttp==3.10.9
4
+ aiosignal==1.3.1
5
+ async-timeout==4.0.3
6
+ attrs==24.2.0
7
+ audioread==3.0.1
8
+ certifi==2024.8.30
9
+ cffi==1.17.1
10
+ charset-normalizer==3.3.2
11
+ click==8.1.7
12
+ contourpy==1.3.0
13
+ cycler==0.12.1
14
+ datasets==3.0.1
15
+ decorator==5.1.1
16
+ dill==0.3.8
17
+ filelock==3.16.1
18
+ fonttools==4.54.1
19
+ frozenlist==1.4.1
20
+ fsspec==2024.6.1
21
+ gmpy2==2.1.5
22
+ huggingface-hub==0.25.1
23
+ idna==3.10
24
+ Jinja2==3.1.4
25
+ jiwer==3.0.4
26
+ joblib==1.4.2
27
+ kiwisolver==1.4.7
28
+ lazy_loader==0.4
29
+ librosa==0.10.2.post1
30
+ llvmlite==0.43.0
31
+ MarkupSafe==2.1.5
32
+ matplotlib==3.9.2
33
+ mkl_fft==1.3.10
34
+ mkl_random==1.2.7
35
+ mkl-service==2.4.1
36
+ mpmath==1.3.0
37
+ msgpack==1.1.0
38
+ multidict==6.1.0
39
+ multiprocess==0.70.16
40
+ networkx==3.3
41
+ numba==0.60.0
42
+ numpy==2.0.1
43
+ nvidia-cublas-cu12==12.1.3.1
44
+ nvidia-cuda-cupti-cu12==12.1.105
45
+ nvidia-cuda-nvrtc-cu12==12.1.105
46
+ nvidia-cuda-runtime-cu12==12.1.105
47
+ nvidia-cudnn-cu12==9.1.0.70
48
+ nvidia-cufft-cu12==11.0.2.54
49
+ nvidia-curand-cu12==10.3.2.106
50
+ nvidia-cusolver-cu12==11.4.5.107
51
+ nvidia-cusparse-cu12==12.1.0.106
52
+ nvidia-nccl-cu12==2.20.5
53
+ nvidia-nvjitlink-cu12==12.6.68
54
+ nvidia-nvtx-cu12==12.1.105
55
+ packaging==24.1
56
+ pandas==2.2.3
57
+ pillow==11.0.0
58
+ pip==24.2
59
+ platformdirs==4.3.6
60
+ pooch==1.8.2
61
+ psutil==6.0.0
62
+ pyarrow==17.0.0
63
+ pycparser==2.20
64
+ pyparsing==3.2.0
65
+ python-dateutil==2.9.0.post0
66
+ pytz==2024.2
67
+ PyYAML==6.0.2
68
+ RapidFuzz==3.10.0
69
+ regex==2024.9.11
70
+ requests==2.32.3
71
+ safetensors==0.4.5
72
+ scikit-learn==1.5.2
73
+ scipy==1.14.1
74
+ setuptools==75.1.0
75
+ six==1.15.0
76
+ soundfile==0.12.1
77
+ soxr==0.5.0.post1
78
+ sympy==1.13.2
79
+ threadpoolctl==3.5.0
80
+ tokenizers==0.20.0
81
+ torch==2.4.1
82
+ tqdm==4.66.5
83
+ transformers==4.45.0
84
+ typing_extensions==4.12.2
85
+ tzdata==2024.2
86
+ urllib3==2.2.3
87
+ wheel==0.35.1
88
+ xxhash==3.5.0
89
+ yarl==1.13.1