Spaces:
Runtime error
Runtime error
update requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
CHANGED
@@ -1 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
legrad-torch
|
|
|
1 |
+
torch>=1.11
|
2 |
+
torchvision
|
3 |
+
timm
|
4 |
+
open_clip_torch<=2.23.0
|
5 |
+
opencv-python
|
6 |
+
matplotlib
|
7 |
+
numpy
|
8 |
+
requests
|
9 |
+
einops
|
10 |
legrad-torch
|