Skip to content
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

Fix bugs in updating the output_path of JaxToolbox cmd_args #270

Merged
merged 1 commit into from
Oct 17, 2024

Conversation

TaekyungHeo
Copy link
Member

@TaekyungHeo TaekyungHeo commented Oct 17, 2024

Summary

This is a bug fix for https://redmine.mellanox.com/issues/4125377. The output_path is updated in the gen_exec_command of JaxToolboxSlurmCommandGenStrategy, but it was eventually flattened to {test_name}.output_path, which caused the bug. This PR resolves the issue.

Test Plan

  1. CI passes. Added new unit tests
  2. The following command works now
$ python ./cloudaix.py --log-level DEBUG --log-file dry-run_jax_grok.log dry-run --system-config ... --tests-dir conf/devops/verification/test/ --test-scenario ...

@TaekyungHeo TaekyungHeo added bug Something isn't working Oct24 Oct'24 release feature labels Oct 17, 2024
@TaekyungHeo TaekyungHeo merged commit 13ac421 into NVIDIA:main Oct 17, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Oct24 Oct'24 release feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants