Skip to content

Commit 4e730d4

Browse files
committed
feat: add draft wizard cli
1 parent 339c63f commit 4e730d4

File tree

2 files changed

+436
-0
lines changed

2 files changed

+436
-0
lines changed

src/axolotl/cli/main.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -342,6 +342,13 @@ def delinearize_llama4(model: str, output: str) -> None:
342342
do_delinearize_llama4(model, output)
343343

344344

345+
@cli.command()
346+
def wizard():
347+
from axolotl.cli.wizard import do_wizard
348+
349+
do_wizard()
350+
351+
345352
cli.add_command(lm_eval)
346353

347354

0 commit comments

Comments
 (0)