Files
NexQuant/rdagent/components/benchmark/__init__.py
T

7 lines
151 B
Python
Raw Normal View History

"""Shared benchmark evaluation utilities."""
from pathlib import Path
# 共享配置目录
BENCHMARK_CONFIGS_DIR = Path(__file__).parent / "configs"