Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
-
|
| 2 |
-
|
|
|
|
|
|
|
| 3 |
|
| 4 |
###############################################################################
|
| 5 |
# Transformers / training utils
|
|
|
|
| 1 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
| 2 |
+
|
| 3 |
+
torch==2.3.0+cu118
|
| 4 |
+
torchvision==0.18.0+cu118
|
| 5 |
|
| 6 |
###############################################################################
|
| 7 |
# Transformers / training utils
|