Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
-
--extra-index-url https://download.pytorch.org/whl/
|
| 2 |
-
torch==2.
|
| 3 |
-
torchvision==0.16.0
|
| 4 |
huggingface_hub
|
| 5 |
OmegaConf
|
| 6 |
axial-positional-embedding
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 2 |
+
torch==2.1.0
|
| 3 |
+
torchvision==0.16.0
|
| 4 |
huggingface_hub
|
| 5 |
OmegaConf
|
| 6 |
axial-positional-embedding
|