Spaces:
Runtime error
Runtime error
File size: 590 Bytes
92189dd |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 |
# Core ML/AI frameworks torch>=2.0.0 numpy>=1.24.0 Pillow>=9.0.0 # Transformers and related transformers>=4.36.0 accelerate>=0.20.0 qwen-vl-utils>=0.0.8 # Gradio for web interface gradio>=4.0.0 # SAM-2 dependencies opencv-python>=4.8.0 matplotlib>=3.5.0 hydra-core>=1.3.0 omegaconf>=2.3.0 # Additional utilities safetensors>=0.3.0 tokenizers>=0.13.0 huggingface-hub>=0.19.0 sentencepiece>=0.1.99 protobuf>=3.20.0 # For CheXagent streaming (threading is built into Python) # Optional: flash-attn for better performance (commented out due to installation complexity) # flash-attn>=2.0.0 |