Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -156,7 +156,6 @@ terminado==0.18.1
|
|
156 |
tinycss2==1.3.0
|
157 |
tokenizers==0.21.0
|
158 |
tomli==2.0.1
|
159 |
-
torch==2.3.1+cu118
|
160 |
tornado==6.4
|
161 |
tqdm==4.67.1
|
162 |
traitlets==5.14.3
|
@@ -175,3 +174,5 @@ websocket-client==1.8.0
|
|
175 |
websockets==14.1
|
176 |
widgetsnbextension==4.0.10
|
177 |
yarl==1.18.3
|
|
|
|
|
|
156 |
tinycss2==1.3.0
|
157 |
tokenizers==0.21.0
|
158 |
tomli==2.0.1
|
|
|
159 |
tornado==6.4
|
160 |
tqdm==4.67.1
|
161 |
traitlets==5.14.3
|
|
|
174 |
websockets==14.1
|
175 |
widgetsnbextension==4.0.10
|
176 |
yarl==1.18.3
|
177 |
+
--find-links https://download.pytorch.org/whl/torch_stable.html
|
178 |
+
torch==2.5.1+cu121
|