# vLLM backend — fastest local inference
pip install "mill-eval[vllm] @ git+https://github.com/haideraltahan/Mill.git"
# LiteLLM backend — OpenAI, Anthropic, and 100+ API providers
pip install "mill-eval[litellm] @ git+https://github.com/haideraltahan/Mill.git"
# Vision backends — CLIP (open_clip) + timm (or [clip] / [timm] individually)
pip install "mill-eval[vision] @ git+https://github.com/haideraltahan/Mill.git"
# Video decoding (decord)
pip install "mill-eval[video] @ git+https://github.com/haideraltahan/Mill.git"
# Audio tasks (librosa)
pip install "mill-eval[audio] @ git+https://github.com/haideraltahan/Mill.git"
# Code execution tasks (evaluate library)
pip install "mill-eval[code] @ git+https://github.com/haideraltahan/Mill.git"