From fa423ecb8f8edcd764e2a119f068089e721f65f0 Mon Sep 17 00:00:00 2001 From: AbdullahSharif Date: Thu, 17 Apr 2025 13:58:07 +0500 Subject: [PATCH] test --- magemaker/runner.py | 7 +++++++ 1 file changed, 7 insertions(+) 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.",