Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +4 -1
requirements.txt
CHANGED
@@ -2,4 +2,7 @@ gradio
|
|
2 |
transformers
|
3 |
sentencepiece
|
4 |
einops
|
5 |
-
torch
|
|
|
|
|
|
|
|
2 |
transformers
|
3 |
sentencepiece
|
4 |
einops
|
5 |
+
torch
|
6 |
+
flash_attn
|
7 |
+
mamba_ssm
|
8 |
+
causal_conv1d
|