cli updates

This commit is contained in:
Hardik Shah 2024-07-21 01:51:54 -07:00
parent 23fe353e4a
commit c9f33d8f68
5 changed files with 14 additions and 9 deletions

View file

@ -43,6 +43,7 @@ class InferenceStart(Subcommand):
"--config",
type=str,
help="Path to config file",
default="inference"
)
def _run_inference_start_cmd(self, args: argparse.Namespace) -> None: