You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: