这是indexloc提供的服务,不要输入任何密码
Skip to content

fix: allow passing extra args to cli #219

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

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

akoumpa
Copy link
Contributor

@akoumpa akoumpa commented Jul 18, 2025

Allow extra args that are used to overwrite settings in the YAML config, for example,

automodel finetune llm -c examples/llm/llama_3_2_1b_squad.yaml --distributed.backend gloo --model.attn_implementation eager

Would overwrite:

distributed:
   backedn: gloo

model:
   attn_implementation: eager

Signed-off-by: Alexandros Koumparoulis <akoumparouli@nvidia.com>
Copy link

copy-pr-bot bot commented Jul 18, 2025

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@akoumpa
Copy link
Contributor Author

akoumpa commented Jul 19, 2025

/ok to test 4a409db

@akoumpa
Copy link
Contributor Author

akoumpa commented Jul 20, 2025

/ok to test 4a409db

@akoumpa
Copy link
Contributor Author

akoumpa commented Jul 20, 2025

/ok to test aa09ece

@akoumpa
Copy link
Contributor Author

akoumpa commented Jul 20, 2025

/ok to test bf05dbf

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