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:
5
engine/orchestrators/__init__.py
Normal file
5
engine/orchestrators/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from .benchmark import run_benchmark_cli
|
||||
from .sweep_agent import run_sweep_agent
|
||||
from .train import run_train_once
|
||||
|
||||
__all__ = ["run_benchmark_cli", "run_sweep_agent", "run_train_once"]
|
||||
Reference in New Issue
Block a user