mirror of
https://github.com/velocitatem/PHANTOM.git
synced 2026-05-31 08:33:36 +00:00
refactoring training spc setup and benchmarking
This commit is contained in:
7
engine/orchestrators/benchmark.py
Normal file
7
engine/orchestrators/benchmark.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from __future__ import annotations
|
||||
|
||||
|
||||
def run_benchmark_cli(raw_args: list[str] | None = None) -> None:
|
||||
from ..benchmark import run_cli
|
||||
|
||||
run_cli(raw_args)
|
||||
Reference in New Issue
Block a user