Update requirements.txt
Browse files- requirements.txt +7 -11
requirements.txt
CHANGED
|
@@ -1,12 +1,8 @@
|
|
| 1 |
-
|
| 2 |
transformers==4.46.3
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
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
|
| 10 |
-
PyMuPDF
|
| 11 |
-
hf_transfer
|
| 12 |
-
tesseract-ocr
|
|
|
|
| 1 |
+
gradio==4.44.1
|
| 2 |
transformers==4.46.3
|
| 3 |
+
torch==2.2.2
|
| 4 |
+
numpy==1.26.4
|
| 5 |
+
pillow==10.4.0
|
| 6 |
+
sentencepiece==0.2.0
|
| 7 |
+
accelerate==0.34.2
|
| 8 |
+
safetensors==0.4.5
|
|
|
|
|
|
|
|
|
|
|
|