Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
9db9764
1
Parent(s):
48acb1d
Fix torch version to 2.0.1 for the compatibility with ZeroGPU in the HF space.
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
torch==2.
|
2 |
torchvision
|
3 |
numpy<2
|
4 |
opencv-python
|
|
|
1 |
+
torch==2.0.1
|
2 |
torchvision
|
3 |
numpy<2
|
4 |
opencv-python
|