Update requirements.txt
Browse files- requirements.txt +6 -3
requirements.txt
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
|
2 |
# for CUDA 11.8 torch on Linux
|
3 |
-
|
4 |
-
torch==2.0.1
|
5 |
-
torchvision==0.15.2
|
|
|
|
|
|
|
6 |
|
7 |
gradio
|
8 |
gdown==4.6.0
|
|
|
1 |
|
2 |
# for CUDA 11.8 torch on Linux
|
3 |
+
#--find-links https://download.pytorch.org/whl/cu118
|
4 |
+
#torch==2.0.1
|
5 |
+
#torchvision==0.15.2
|
6 |
+
|
7 |
+
torch
|
8 |
+
torchvision
|
9 |
|
10 |
gradio
|
11 |
gdown==4.6.0
|