Spaces:
Configuration error
Configuration error
louisbrulenaudet
commited on
Commit
•
20ce856
1
Parent(s):
97b080a
Update requirements.txt
Browse filesHi, I experienced the same problem as you when configuring a project on Zero GPU. It seems to be solved by removing torch from the requirements.txt file.
Best regards,
Louis Brulé Naudet
- requirements.txt +0 -1
requirements.txt
CHANGED
@@ -1,5 +1,4 @@
|
|
1 |
numpy==1.19.4
|
2 |
-
torch==1.13.0
|
3 |
torchvision
|
4 |
git+https://github.com/facebookresearch/segment-anything.git
|
5 |
pycocotools
|
|
|
1 |
numpy==1.19.4
|
|
|
2 |
torchvision
|
3 |
git+https://github.com/facebookresearch/segment-anything.git
|
4 |
pycocotools
|