Spaces:
Running
on
Zero
Running
on
Zero
Update requirements.txt
Browse files- requirements.txt +14 -8
requirements.txt
CHANGED
|
@@ -1,13 +1,19 @@
|
|
| 1 |
-
torch
|
| 2 |
torchvision
|
| 3 |
-
transformers
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
huggingface_hub>=0.23.0
|
| 8 |
-
|
| 9 |
-
|
|
|
|
|
|
|
|
|
|
| 10 |
einops
|
| 11 |
-
|
| 12 |
addict
|
|
|
|
| 13 |
matplotlib
|
|
|
|
|
|
|
|
|
| 1 |
+
torch==2.6.0
|
| 2 |
torchvision
|
| 3 |
+
transformers==4.46.3
|
| 4 |
+
tokenizers==0.20.3
|
| 5 |
+
sentencepiece>=0.1.99
|
| 6 |
+
accelerate>=0.24.0
|
| 7 |
huggingface_hub>=0.23.0
|
| 8 |
+
safetensors>=0.4.0
|
| 9 |
+
pillow>=10.0.0
|
| 10 |
+
gradio>=4.0.0
|
| 11 |
+
spaces>=0.20.0
|
| 12 |
+
protobuf>=3.20.0
|
| 13 |
einops
|
| 14 |
+
timm
|
| 15 |
addict
|
| 16 |
+
easydict
|
| 17 |
matplotlib
|
| 18 |
+
hf_transfer
|
| 19 |
+
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
|