Skip to content

Commit

Permalink
feat: support cli trainer input
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhjz committed Jan 11, 2024
1 parent 90f5038 commit 7f9497c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qianfan/common/client/trainer.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ def run(
dataset_id: int = typer.Option(..., help="Dataset id"),
train_type: str = typer.Option(..., help="Train type"),
train_config_path: Optional[str] = typer.Option(
..., help="Train config path, support [json/yaml] "
None, help="Train config path, support [json/yaml] "
),
train_epoch: Optional[int] = typer.Option(
None, help="Train epoch", rich_help_panel=TRAIN_CONFIG_PANEL
Expand Down

0 comments on commit 7f9497c

Please sign in to comment.