Alessio Grancini
commited on
Update requirements.txt
Browse files- requirements.txt +4 -6
requirements.txt
CHANGED
@@ -10,8 +10,9 @@ tqdm>=4.64.0
|
|
10 |
urllib3>=1.26.14
|
11 |
|
12 |
# ZeroGPU specific requirements
|
13 |
-
|
14 |
-
|
|
|
15 |
gradio>=4.0.0 # Required for ZeroGPU
|
16 |
spaces # Required for ZeroGPU
|
17 |
|
@@ -27,7 +28,4 @@ seaborn>=0.11.0
|
|
27 |
|
28 |
# Utilities
|
29 |
psutil
|
30 |
-
thop>=0.1.1
|
31 |
-
|
32 |
-
# Remove conflicting package
|
33 |
-
# open3d-python==0.3.0.0 # Remove this as it conflicts with open3d
|
|
|
10 |
urllib3>=1.26.14
|
11 |
|
12 |
# ZeroGPU specific requirements
|
13 |
+
--extra-index-url https://download.pytorch.org/whl/cu118
|
14 |
+
torch==2.0.1+cu118 # ZeroGPU compatible version
|
15 |
+
torchvision==0.15.2+cu118 # Compatible with torch 2.0.1
|
16 |
gradio>=4.0.0 # Required for ZeroGPU
|
17 |
spaces # Required for ZeroGPU
|
18 |
|
|
|
28 |
|
29 |
# Utilities
|
30 |
psutil
|
31 |
+
thop>=0.1.1
|
|
|
|
|
|