Sudipta Nayak
commited on
Commit
·
42c0f88
1
Parent(s):
2da0893
Updated
Browse files- requirements_gpu.txt +8 -3
requirements_gpu.txt
CHANGED
@@ -5,6 +5,11 @@
|
|
5 |
# torch==1.11.0+cu113
|
6 |
# torchvision==0.12.0+cu113
|
7 |
|
8 |
-
#CPU-only version of PyTorch
|
9 |
-
torch==1.11.0
|
10 |
-
torchvision==0.12.0
|
|
|
|
|
|
|
|
|
|
|
|
5 |
# torch==1.11.0+cu113
|
6 |
# torchvision==0.12.0+cu113
|
7 |
|
8 |
+
# CPU-only version of PyTorch
|
9 |
+
# torch==1.11.0
|
10 |
+
# torchvision==0.12.0
|
11 |
+
|
12 |
+
|
13 |
+
# CPU-only
|
14 |
+
torch==torch-1.11.0-cp310-cp310-linux_x86_64.whl
|
15 |
+
torchvision==torchvision-0.12.0-cp310-cp310-linux_x86_64.whl
|