datnguyentien204
commited on
Commit
•
17c2b53
1
Parent(s):
64034e9
Update requirements_cpu.txt
Browse files- requirements_cpu.txt +6 -6
requirements_cpu.txt
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
-
# Python 3.8
|
2 |
-
torch==1.
|
3 |
-
torchvision==0.
|
4 |
-
torchaudio==0.
|
5 |
-
opencv-python==4.10.0.84
|
6 |
-
-f https://download.pytorch.org/whl/cpu
|
|
|
1 |
+
# Python 3.8 or higher
|
2 |
+
torch==1.11.1+cpu
|
3 |
+
torchvision==0.12.0+cpu
|
4 |
+
torchaudio==0.11.0
|
5 |
+
opencv-python==4.10.0.84
|
6 |
+
-f https://download.pytorch.org/whl/cpu
|