Spaces:
Runtime error
Runtime error
CamiloVega
commited on
Update requirements.txt
Browse files- requirements.txt +10 -9
requirements.txt
CHANGED
@@ -1,9 +1,13 @@
|
|
1 |
-
|
2 |
-
transformers==4.40.2
|
3 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
4 |
-
torch==2.
|
5 |
-
torchvision==0.
|
6 |
-
torchaudio==2.
|
|
|
|
|
|
|
|
|
|
|
7 |
openai-whisper==20231106
|
8 |
beautifulsoup4==4.12.2
|
9 |
requests==2.31.0
|
@@ -13,9 +17,6 @@ python-docx==0.8.11
|
|
13 |
PyMuPDF==1.23.8
|
14 |
pydub==0.25.1
|
15 |
tqdm==4.66.1
|
16 |
-
numpy==1.26.4
|
17 |
sentencepiece==0.2.0
|
18 |
-
accelerate==0.29.0
|
19 |
-
hf-transfer==0.1.6
|
20 |
protobuf==3.20.3
|
21 |
-
bitsandbytes==0.43.0
|
|
|
1 |
+
transformers==4.36.2
|
|
|
2 |
--extra-index-url https://download.pytorch.org/whl/cpu
|
3 |
+
torch==2.4.0+cpu
|
4 |
+
torchvision==0.15.2+cpu
|
5 |
+
torchaudio==2.4.0+cpu
|
6 |
+
accelerate==0.27.2
|
7 |
+
gradio==4.19.2
|
8 |
+
huggingface-hub==0.20.3
|
9 |
+
numpy==1.24.3
|
10 |
+
scipy==1.11.4
|
11 |
openai-whisper==20231106
|
12 |
beautifulsoup4==4.12.2
|
13 |
requests==2.31.0
|
|
|
17 |
PyMuPDF==1.23.8
|
18 |
pydub==0.25.1
|
19 |
tqdm==4.66.1
|
|
|
20 |
sentencepiece==0.2.0
|
|
|
|
|
21 |
protobuf==3.20.3
|
22 |
+
bitsandbytes-cpu==0.43.0
|