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

Document typo in cli-finetune.md #1531

Open
jiaxuwu2021 opened this issue Dec 20, 2024 · 0 comments · May be fixed by #1534
Open

Document typo in cli-finetune.md #1531

jiaxuwu2021 opened this issue Dec 20, 2024 · 0 comments · May be fixed by #1534
Labels
documentation Improvements or additions to documentation

Comments

@jiaxuwu2021
Copy link

Describe the bug
https://github.com/microsoft/Olive/blob/main/docs/source/how-to/cli/cli-finetune.md?plain=1#L52
az ml job download --name {JOB_ID} --resource-group {RESOURCE_GROUP_NAME} --workspace-name {WORKSPACE_NAME} -all
cannot run, azcli error message: unrecognized arguments: -all
it should be
az ml job download --name {JOB_ID} --resource-group {RESOURCE_GROUP_NAME} --workspace-name {WORKSPACE_NAME} --all

@samuel100 samuel100 linked a pull request Dec 24, 2024 that will close this issue
@samuel100 samuel100 added the documentation Improvements or additions to documentation label Dec 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants