From 82f168a377dee75fc17175140f7ee367fe2b6231 Mon Sep 17 00:00:00 2001 From: AbdullahSharif Date: Thu, 17 Apr 2025 13:10:02 +0500 Subject: [PATCH] testing --- .gitignore | 3 ++- magemaker/runner.py | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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.",