This commit is contained in:
Dan Saunders
2025-09-22 16:24:32 -04:00
parent 8d8fa834a2
commit 61faf4cbe4
2 changed files with 10 additions and 0 deletions

View File

@@ -1 +1,5 @@
"""Benchmark helpers."""
from .deepseek_v3_moe import DTYPE_MAP, benchmark_deepseek_v3
__all__ = ["benchmark_deepseek_v3", "DTYPE_MAP"]