Spaces:
Running
on
Zero
Running
on
Zero
Rishi Desai
commited on
Commit
·
d68e3ce
1
Parent(s):
4cbae4e
HF complaining about torch
Browse files- requirements.txt +4 -4
requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
-
--extra-index-url https://download.pytorch.org/whl/
|
2 |
-
torch==2.
|
3 |
-
torchaudio==2.
|
4 |
-
torchvision==0.
|
5 |
aiofiles==24.1.0
|
6 |
aiohappyeyeballs==2.6.1
|
7 |
aiohttp==3.11.16
|
|
|
1 |
+
--extra-index-url https://download.pytorch.org/whl/cu121
|
2 |
+
torch==2.1.2
|
3 |
+
torchaudio==2.1.2
|
4 |
+
torchvision==0.16.2
|
5 |
aiofiles==24.1.0
|
6 |
aiohappyeyeballs==2.6.1
|
7 |
aiohttp==3.11.16
|