mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-07 12:07:43 +00:00
7 lines
160 B
Python
7 lines
160 B
Python
"""Shared benchmark evaluation utilities.""" # nosec
|
|
|
|
from pathlib import Path
|
|
|
|
# 共享配置目录
|
|
BENCHMARK_CONFIGS_DIR = Path(__file__).parent / "configs"
|