Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
5c40213
1
Parent(s):
d9991d4
Update dependencies in requirements.txt for compatibility and performance improvements
Browse files- requirements.txt +14 -21
requirements.txt
CHANGED
|
@@ -1,21 +1,14 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
transformers==4.37.2
|
| 16 |
-
uvicorn==0.30.3
|
| 17 |
-
einops
|
| 18 |
-
timm==1.0.7
|
| 19 |
-
bitsandbytes==0.41.0
|
| 20 |
-
accelerate==0.31.0
|
| 21 |
-
spaces==0.28.3
|
|
|
|
| 1 |
+
torch==2.4.0
|
| 2 |
+
torchvision==0.19.0
|
| 3 |
+
transformers==4.42.3
|
| 4 |
+
opencv-python-headless<4.10
|
| 5 |
+
peft<0.14.0
|
| 6 |
+
timm==1.0.9
|
| 7 |
+
einops==0.8.0
|
| 8 |
+
#flash_attn
|
| 9 |
+
#https://github.com/Dao-AILab/flash-attention/releases/download/v2.6.3/flash_attn-2.6.3+cu123torch2.4cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
|
| 10 |
+
sentencepiece==0.2.0
|
| 11 |
+
mmengine<1
|
| 12 |
+
accelerate
|
| 13 |
+
numpy<2
|
| 14 |
+
spaces
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|