Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
PyMuPDF
|
| 2 |
+
tqdm
|
| 3 |
+
gradio
|
| 4 |
+
Pillow==10.1.0
|
| 5 |
+
sentencepiece==0.1.99
|
| 6 |
+
numpy==1.26.0
|
| 7 |
+
transformers==4.40.2
|
| 8 |
+
timm
|
| 9 |
+
|
| 10 |
+
torch==2.1.2
|
| 11 |
+
torchvision==0.16.2
|
| 12 |
+
|
| 13 |
+
https://github.com/Dao-AILab/flash-attention/releases/download/v2.6.2/flash_attn-2.6.2+cu123torch2.1cxx11abiFALSE-cp310-cp310-linux_x86_64.whl
|