Spaces:
Running on Zero
Running on Zero
Update requirements.txt
Browse files- requirements.txt +4 -5
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
# OCR Confidence Visualization - Gradio Dependencies
|
| 2 |
|
| 3 |
# Gradio UI
|
| 4 |
-
gradio=
|
| 5 |
|
| 6 |
# HuggingFace Spaces (ZeroGPU support)
|
| 7 |
spaces
|
|
@@ -16,10 +16,9 @@ qwen-vl-utils
|
|
| 16 |
huggingface_hub
|
| 17 |
|
| 18 |
# Attention + Acceleration
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
peft
|
| 23 |
transformers-stream-generator
|
| 24 |
|
| 25 |
# Image processing
|
|
|
|
| 1 |
# OCR Confidence Visualization - Gradio Dependencies
|
| 2 |
|
| 3 |
# Gradio UI
|
| 4 |
+
gradio>=4.0.0
|
| 5 |
|
| 6 |
# HuggingFace Spaces (ZeroGPU support)
|
| 7 |
spaces
|
|
|
|
| 16 |
huggingface_hub
|
| 17 |
|
| 18 |
# Attention + Acceleration
|
| 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
|
| 20 |
+
git+https://github.com/huggingface/accelerate.git
|
| 21 |
+
git+https://github.com/huggingface/peft.git
|
|
|
|
| 22 |
transformers-stream-generator
|
| 23 |
|
| 24 |
# Image processing
|