diff --git a/.qodo/history.sqlite b/.qodo/history.sqlite new file mode 100644 index 0000000..61be47a Binary files /dev/null and b/.qodo/history.sqlite differ diff --git a/magemaker/runner.py b/magemaker/runner.py index 6de523e..c853db8 100644 --- a/magemaker/runner.py +++ b/magemaker/runner.py @@ -166,6 +166,14 @@ def runner(): help="Deploy a Hugging Face Model.", type=str ) + + parser.add_argument( + '--query', + action='query', + help="path to YAML query configuration file", + type=str + ) + parser.add_argument( "--instance", help="EC2 instance type to deploy to.",