datnguyentien204
commited on
Commit
•
64034e9
1
Parent(s):
b443dc0
Rename requirements_gpu to requirements_gpu.txt
Browse files- requirements_gpu +0 -6
- requirements_gpu.txt +6 -0
requirements_gpu
DELETED
@@ -1,6 +0,0 @@
|
|
1 |
-
# Python 3.8
|
2 |
-
torch==1.10.1+cu11
|
3 |
-
torchvision==0.11.2+cu111
|
4 |
-
torchaudio==0.10.1
|
5 |
-
opencv-python==4.10.0.84
|
6 |
-
-f https://download.pytorch.org/whl/cu111/torch_stable.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements_gpu.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Python 3.8 or higher
|
2 |
+
torch==1.11.0+cu113
|
3 |
+
torchvision==0.12.0+cu113
|
4 |
+
torchaudio==0.11.0
|
5 |
+
opencv-python==4.10.0.84
|
6 |
+
-f https://download.pytorch.org/whl/cu113
|