diff --git a/.gitignore b/.gitignore index e3db042..8fd131e 100644 --- a/.gitignore +++ b/.gitignore @@ -205,4 +205,5 @@ models/ configs/ .pdm-python .magemaker_configs -.env.save \ No newline at end of file +.env.save +.qodo diff --git a/magemaker/runner.py b/magemaker/runner.py index 6de523e..1d1a41a 100644 --- a/magemaker/runner.py +++ b/magemaker/runner.py @@ -161,6 +161,13 @@ def runner(): help="Show magemaker version and exit" ) + parser.add_argument( + '--query', + action='query', + help="path to YAML query configuration file", + type=str + ) + parser.add_argument( "--hf", help="Deploy a Hugging Face Model.",