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

Replace 'training.values' Key with 'training' in final_cmd_args #209

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

TaekyungHeo
Copy link
Member

@TaekyungHeo TaekyungHeo commented Sep 26, 2024

Summary

Replace the 'training.values' key with 'training' in final_cmd_args​. In the NeMo launcher, the model to run should be passed to 'training,' not 'training.values.' CloudAI has to rely on an arbitrary key called 'values' because Pydantic and TOML do not allow having a value and nested arguments simultaneously.

Test Plan

  1. CI passes
  2. Ran on a server - Confirmed that the training arg has a correct value.

@TaekyungHeo TaekyungHeo marked this pull request as ready for review September 26, 2024 20:41
@TaekyungHeo TaekyungHeo added bug Something isn't working Oct24 Oct'24 release feature labels Sep 26, 2024
@TaekyungHeo TaekyungHeo changed the title Replace 'training.values' Key With 'training' in Final_cmd_args Replace 'training.values' Key With 'training' in final_cmd_args Sep 26, 2024
@TaekyungHeo TaekyungHeo changed the title Replace 'training.values' Key With 'training' in final_cmd_args Replace 'training.values' Key with 'training' in final_cmd_args Sep 26, 2024
@srinivas212 srinivas212 merged commit c593617 into NVIDIA:main Sep 26, 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