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