Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
@@ -15,11 +15,10 @@ PyYAML==6.0
|
|
15 |
regex==2022.9.13
|
16 |
requests==2.28.1
|
17 |
tk==0.1.0
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
tqdm
|
23 |
transformers==4.11.3
|
24 |
typing_extensions==4.3.0
|
25 |
urllib3==1.26.12
|
|
|
15 |
regex==2022.9.13
|
16 |
requests==2.28.1
|
17 |
tk==0.1.0
|
18 |
+
torch==1.10.0 # Replace "torch" with the desired version, e.g., 1.10.0
|
19 |
+
torchaudio==0.10.0 # Replace "torchaudio" with the desired version, e.g., 0.10.0
|
20 |
+
torchvision==0.11.1 # Replace "torchvision" with the desired version, e.g., 0.11.1
|
21 |
+
tqdm==4.65.0 # Replace "tqdm" with the desired version, e.g., 4.65.0
|
|
|
22 |
transformers==4.11.3
|
23 |
typing_extensions==4.3.0
|
24 |
urllib3==1.26.12
|