ryandt commited on
Commit
5a34ce5
·
verified ·
1 Parent(s): 2656c14

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -5
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  # OCR Confidence Visualization - Gradio Dependencies
2
 
3
  # Gradio UI
4
- gradio==5.33.0
5
 
6
  # HuggingFace Spaces (ZeroGPU support)
7
  spaces
@@ -16,10 +16,9 @@ qwen-vl-utils
16
  huggingface_hub
17
 
18
  # Attention + Acceleration
19
- # Note: flash-attn built from source on HF Spaces (requires CUDA build tools)
20
- flash-attn
21
- accelerate
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