Spaces:
Runtime error
Runtime error
no apache beam
Browse files- requirements.txt +2 -4
requirements.txt
CHANGED
@@ -1,10 +1,8 @@
|
|
1 |
-
datasets
|
2 |
tokenizers>=0.11.1,!=0.11.3,<0.14
|
3 |
optimum[onnxruntime-gpu]==1.8.8
|
4 |
transformers==4.30.1
|
5 |
accelerate==0.20.3
|
6 |
gradio==3.35.2
|
7 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
8 |
-
torch==2.0.1
|
9 |
-
apache-beam==2.48.0
|
10 |
-
dill==0.3.1.1
|
|
|
1 |
+
datasets==2.13.1
|
2 |
tokenizers>=0.11.1,!=0.11.3,<0.14
|
3 |
optimum[onnxruntime-gpu]==1.8.8
|
4 |
transformers==4.30.1
|
5 |
accelerate==0.20.3
|
6 |
gradio==3.35.2
|
7 |
--extra-index-url https://download.pytorch.org/whl/cu118
|
8 |
+
torch==2.0.1
|
|
|
|