Spaces:
Paused
Paused
restarting the place
#112
by
benos
- opened
- requirements.txt +4 -8
requirements.txt
CHANGED
@@ -1,9 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
pyarrow==20.0.0
|
5 |
-
xformers
|
6 |
-
torch==2.1.2
|
7 |
open_clip_torch>=2.0.2
|
8 |
opencv-python-headless
|
9 |
opencv-python
|
@@ -16,5 +13,4 @@ pytorch-lightning
|
|
16 |
torchsde
|
17 |
easydict
|
18 |
spaces
|
19 |
-
bitsandbytes
|
20 |
-
numpy<2
|
|
|
1 |
+
modelscope==1.8.4
|
2 |
+
xformers==0.0.20
|
3 |
+
torch==2.0.1
|
|
|
|
|
|
|
4 |
open_clip_torch>=2.0.2
|
5 |
opencv-python-headless
|
6 |
opencv-python
|
|
|
13 |
torchsde
|
14 |
easydict
|
15 |
spaces
|
16 |
+
bitsandbytes
|
|