dvdnss
commited on
Commit
·
c804313
1
Parent(s):
097ea3a
updated requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
-f https://download.pytorch.org/whl/cu113/torch_stable.html
|
2 |
-
torch
|
3 |
datasets>=2.0.0
|
4 |
transformers>=4.17.0
|
5 |
tqdm>=4.63.1
|
|
|
1 |
-f https://download.pytorch.org/whl/cu113/torch_stable.html
|
2 |
+
torch>=1.10.2+cu113
|
3 |
datasets>=2.0.0
|
4 |
transformers>=4.17.0
|
5 |
tqdm>=4.63.1
|