molmo / requirements.txt
peterproofpath's picture
Update requirements.txt
b2cb347 verified
raw
history blame
405 Bytes
# Molmo 2 Inference Endpoint Requirements
# Note: transformers and torch are pre-installed in HF Inference containers
# For Molmo 2 support
transformers>=4.45.0
torch>=2.0.0
# Video processing
opencv-python-headless>=4.8.0
# Image processing
Pillow>=9.0.0
requests>=2.28.0
# Standard deps - pin numpy to avoid conflicts
numpy>=1.24.0,<2.0.0
einops>=0.7.0
# For efficient inference
accelerate>=0.25.0