f91d9a0
1
2
3
4
5
6
7
8
9
"""Modular benchmark helpers for lab VLM evaluation.""" from __future__ import annotations from .io import BENCHMARK_ROOT, OutputLayout from .tasks import TASK_REGISTRY, get_task __all__ = ["BENCHMARK_ROOT", "OutputLayout", "TASK_REGISTRY", "get_task"]