Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +10 -8
requirements.txt
CHANGED
|
@@ -1,13 +1,15 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
transformers>=4.46.3
|
| 4 |
-
Pillow>=10.0.0
|
| 5 |
-
deepseek-ai
|
| 6 |
-
safetensors>=0.4.0
|
| 7 |
-
flash-attn>=2.7.3
|
| 8 |
-
spaces
|
| 9 |
tokenizers==0.20.3
|
| 10 |
einops
|
| 11 |
addict
|
| 12 |
easydict
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 13 |
torchvision
|
|
|
|
|
|
| 1 |
+
torch==2.6.0
|
| 2 |
+
transformers==4.46.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
tokenizers==0.20.3
|
| 4 |
einops
|
| 5 |
addict
|
| 6 |
easydict
|
| 7 |
+
gradio>=4.0.0
|
| 8 |
+
spaces>=0.20.0
|
| 9 |
+
Pillow>=10.0.0
|
| 10 |
+
safetensors>=0.4.0
|
| 11 |
+
accelerate>=0.24.0
|
| 12 |
+
sentencepiece>=0.1.99
|
| 13 |
+
protobuf>=3.20.0
|
| 14 |
torchvision
|
| 15 |
+
flash-attn @ https://github.com/Dao-AILab/flash-attention/releases/download/v2.7.3/flash_attn-2.7.3+cu12torch2.6cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
|