Spaces:
Running
Running
lym0302
commited on
Commit
·
0c0d3d8
1
Parent(s):
9fb0076
torch cpu
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
torch
|
2 |
-
torchvision
|
3 |
-
torchaudio
|
4 |
python-dotenv
|
5 |
cython
|
6 |
gitpython >= 3.1
|
|
|
1 |
+
torch==2.4.0+cpu
|
2 |
+
torchvision==0.15.2+cpu
|
3 |
+
torchaudio==2.4.0+cpu
|
4 |
python-dotenv
|
5 |
cython
|
6 |
gitpython >= 3.1
|