Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -11
requirements.txt
CHANGED
@@ -1,13 +1,4 @@
|
|
1 |
transformers
|
2 |
-
torch
|
3 |
streamlit
|
4 |
-
|
5 |
-
black
|
6 |
-
os
|
7 |
-
subprocess
|
8 |
-
datasets
|
9 |
-
huggingface-hub>=0.19
|
10 |
-
hf-transfer>=0.1.4
|
11 |
-
protobuf<4
|
12 |
-
click<8.1
|
13 |
-
pydantic~=1.0
|
|
|
1 |
transformers
|
|
|
2 |
streamlit
|
3 |
+
torch==1.10.0
|
4 |
+
black==24.3.1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|