Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +5 -2
requirements.txt
CHANGED
@@ -121,7 +121,10 @@ opencv-python
|
|
121 |
insightface
|
122 |
onnxruntime
|
123 |
segment_anything
|
124 |
-
timm
|
125 |
addict
|
126 |
yapf
|
127 |
-
xformers
|
|
|
|
|
|
|
|
|
|
121 |
insightface
|
122 |
onnxruntime
|
123 |
segment_anything
|
|
|
124 |
addict
|
125 |
yapf
|
126 |
+
xformers
|
127 |
+
bitsandbytes>=0.43.0
|
128 |
+
timm>=1.0.7
|
129 |
+
sentencepiece
|
130 |
+
deepspeed
|