Skip to content

test #84

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

test #84

wants to merge 1 commit into from

Conversation

AbdullahSharif
Copy link
Collaborator

No description provided.

Copy link

pr-test1 bot commented Apr 23, 2025

Overall Summary

This pull request adds a new command-line argument --query to the runner function in magemaker/runner.py. The --query argument accepts the path to a YAML query configuration file (as a string) and uses the custom action 'query'. This expands the CLI functionality, enabling users to provide a configuration file for queries. No other changes are made.

Per-file Summary

File Summary
magemaker/runner.py Added a --query command-line argument to the parser for specifying a YAML query configuration file.

Copy link

@pr-test1 pr-test1 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:

help="path to YAML query configuration file",
type=str
)

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.

Added a --query command-line argument to the parser for specifying a YAML query configuration file.

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