-
Notifications
You must be signed in to change notification settings - Fork 1
test #85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
test #85
Conversation
Overall SummarySummary of Pull Request:
Per-file Summary
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
||
parser.add_argument( | ||
"--hf", | ||
help="Deploy a Hugging Face Model.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
api_key is being hardcoded and exposed in the argument configuration.
Overall SummaryThis pull request adds a new command-line argument --query to the magemaker/runner.py script. The --query parameter expects a path to a YAML query configuration file (passed as a string). The new option is documented in the help message as "path to YAML query configuration file." No other functional changes are introduced. Per-file Summary
This code diff adds a new command-line argument --query to the argument parser. The argument takes a string (path to a YAML query configuration file), uses a custom action called 'query', and displays a help message describing its purpose. | |
No description provided.