Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +5 -1
requirements.txt
CHANGED
@@ -1,4 +1,8 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
2 |
numpy==1.23.5
|
3 |
transformers
|
4 |
datasets
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
2 |
+
--find-links https://nvidia-kaolin.s3.us-east-2.amazonaws.com/torch-2.4.0_cu121.html
|
3 |
+
|
4 |
+
torch==2.4.0
|
5 |
+
torchvision==0.19.0
|
6 |
numpy==1.23.5
|
7 |
transformers
|
8 |
datasets
|