From cf77a78ee55af0a857017dbd8997bb50a5f7052c Mon Sep 17 00:00:00 2001 From: AbdullahSharif Date: Thu, 17 Apr 2025 13:25:42 +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.",