File size: 424 Bytes
bfae6c1 e0dfa99 bfae6c1 e0dfa99 bfae6c1 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
# Core deps numpy==1.24.4 pillow==10.3.0 requests==2.31.0 # HF / LLM stack transformers>=4.44 accelerate==0.30.0 qwen-vl-utils # Gradio stack gradio>=5,<6 gradio-client>=1.5.2,<2 # Server stack (pulled by Gradio, but pin for stability) fastapi==0.115.* starlette==0.40.* uvicorn>=0.30,<1 httptools>=0.6 # optional; Uvicorn will prefer this over h11 # PyTorch (leave unpinned here; see notes below) torch torchvision |