Skip to content

Conversation

AbdullahSharif
Copy link
Contributor

No description provided.

Copy link

docsalot-app bot commented Apr 17, 2025

Here's a summary of the changes:

This code diff adds a new command-line argument --query to the runner() function in magemaker/runner.py. The new argument:

  • Is specified as --query.
  • Uses action='query'.
  • Accepts a string representing the path to a YAML query configuration file.
  • Provides a help message: "path to YAML query configuration file".

No other changes are made.

Copy link

@docsalot-app docsalot-app bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Automated inline diff summaries:


parser.add_argument(
"--hf",
help="Deploy a Hugging Face Model.",
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Summary of the code diff:

  • Adds a new command-line argument --query to the argument parser.
  • The --query argument:
    • Expects a string (type=str).
    • Has a custom action called 'query'.
    • Accepts a path to a YAML query configuration file (as described in help).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant