Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu117
|
2 |
|
3 |
numpy==1.24.4
|
4 |
-
torch==
|
5 |
-
torchvision==0.
|
6 |
torchmetrics==0.6.0
|
7 |
pytorch-lightning==1.4.2
|
8 |
transformers==4.19.2
|
|
|
1 |
--extra-index-url https://download.pytorch.org/whl/cu117
|
2 |
|
3 |
numpy==1.24.4
|
4 |
+
torch==2.0.0
|
5 |
+
torchvision==0.15.1
|
6 |
torchmetrics==0.6.0
|
7 |
pytorch-lightning==1.4.2
|
8 |
transformers==4.19.2
|