Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,7 +1,8 @@
|
|
1 |
-
git+https://github.com/huggingface/transformers.git
|
2 |
git+https://github.com/huggingface/accelerate.git
|
3 |
git+https://github.com/huggingface/peft.git
|
4 |
transformers-stream-generator
|
|
|
5 |
huggingface_hub
|
6 |
opencv-python
|
7 |
sentencepiece
|
|
|
1 |
+
git+https://github.com/huggingface/transformers.git@4.54.1
|
2 |
git+https://github.com/huggingface/accelerate.git
|
3 |
git+https://github.com/huggingface/peft.git
|
4 |
transformers-stream-generator
|
5 |
+
flash-attn==2.8.2
|
6 |
huggingface_hub
|
7 |
opencv-python
|
8 |
sentencepiece
|