LFM2.5-VL-1.6B-Extract / model_eval /requirements.txt
zhkleciel's picture
Super-squash branch 'main' using huggingface_hub
21073aa
Raw
History Blame Contribute Delete
539 Bytes
# --- Extraction (local) ---
vllm>=0.20.1 # optional but recommended on NVIDIA GPUs; pass
# --extraction-backend hf to skip if it won't install.
transformers>=4.45
torch>=2.4
peft>=0.10
webdataset>=0.2
pillow>=10.0
num2words>=0.5 # SmolVLM/SmolVLM2 processor requires this for video timestamp formatting
# --- OpenRouter judges (remote) ---
openai>=1.50 # OpenRouter is OpenAI-compatible; just point base_url at it.
# --- Tiny helpers ---
tqdm>=4.66
numpy>=1.24