Skip to content

replacing the deprecated input-file of qaic-runner with json-input #15

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: 1.17
Choose a base branch
from

Conversation

quic-morteza
Copy link
Contributor

The --input-file option of qaic-runner has been deprecated in SDK versions later than 1.19. The updated approach uses the --aic-batch-json-input argument to pass inputs. The new scripts are compatible with both pre- and post-1.19 SDK releases.

@quic-jhugo
Copy link
Contributor

Your commit has no description. The subject has spelling errors. The SOB is invalid

@quic-jhugo
Copy link
Contributor

Why are we merging 1.19 content on the 1.17 branch?

@@ -538,4 +546,4 @@ def parse_args():

if __name__ == "__main__":
args = parse_args()
main(args)
main(args)
Copy link
Contributor

Choose a reason for hiding this comment

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

What did you do here? The diff looks like no change

cmd_elements.extend(["-i", data_file])

# for data_file in data_files:
# cmd_elements.extend(["-i", data_file])
Copy link
Contributor

Choose a reason for hiding this comment

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

Why leave dead code in? You could just as easily remove it

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.

2 participants