Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
samuel100 committed Dec 24, 2024
1 parent c631ba2 commit 6ea3996
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/how-to/cli/cli-finetune.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ olive finetune \
You can download the model artifact using the Azure ML CLI:

```bash
az ml job download --name {JOB_ID} --resource-group {RESOURCE_GROUP_NAME} --workspace-name {WORKSPACE_NAME} -all
az ml job download --name {JOB_ID} --resource-group {RESOURCE_GROUP_NAME} --workspace-name {WORKSPACE_NAME} --all
```
:::

Expand Down

0 comments on commit 6ea3996

Please sign in to comment.