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