mirror of
https://github.com/SikongJueluo/Mini-Nav.git
synced 2026-03-12 12:25:32 +08:00
6 lines
175 B
Python
6 lines
175 B
Python
"""Benchmark evaluation tasks."""
|
|
|
|
from .retrieval import RetrievalTask
|
|
from .registry import TASK_REGISTRY, get_task
|
|
|
|
__all__ = ["RetrievalTask", "TASK_REGISTRY", "get_task"] |