Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
huggingface_hub==0.22.2
|
2 |
-
torch
|
|
|
3 |
torchvision
|
4 |
transformers==4.39.2
|
5 |
tokenizers==0.15.2
|
|
|
1 |
huggingface_hub==0.22.2
|
2 |
+
torch==2.1.2
|
3 |
+
flash_attn==2.5.6
|
4 |
torchvision
|
5 |
transformers==4.39.2
|
6 |
tokenizers==0.15.2
|