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
Copy file name to clipboardExpand all lines: articles/cognitive-services/openai/includes/fine-tuning-python.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -264,7 +264,7 @@ deployment_id = result["id"]
264
264
265
265
### Deploy a model with Azure CLI
266
266
267
-
The following Azure CLI command example shows how to use the Azure CLI to deploy your customized model. With the Azure CLI, you must specify a name for the deployment of your customized model. For more information about using the Azure CLI to deploy customized models, see <ahref="https://learn.microsoft.com/cli/azure/cognitiveservices/account/deployment?view=azure-cli-latest"target="_blank">az cognitiveservices account deployment</a> in the <ahref="https://learn.microsoft.com/cli/azure/?view=azure-cli-latest"target="_blank">Azure Command-Line Interface (CLI) documentation</a>.
267
+
The following Azure CLI command example shows how to use the Azure CLI to deploy your customized model. With the Azure CLI, you must specify a name for the deployment of your customized model. For more information about using the Azure CLI to deploy customized models, see [az cognitiveservices account deployment](/cli/azure/cognitiveservices/account/deployment)in the [Azure Command-Line Interface (CLI) documentation](/cli/azure).
268
268
269
269
To run this Azure CLI command in a console window, you must replace the following placeholders with the corresponding values for your customized model:
270
270
@@ -345,8 +345,8 @@ When you're done with your customized model, you can delete the deployment and m
345
345
346
346
You can use various methods to delete the deployment for your customized model:
@@ -381,8 +381,8 @@ result = openai.FineTune.delete(sid=job_id)
381
381
382
382
You can optionally delete training and validation files you've uploaded for training, and result files generated during training, from your Azure OpenAI subscription. You can use the following methods to delete your training, validation, and result files:
The following Azure CLI command example shows how to use the Azure CLI to deploy your customized model. With the Azure CLI, you must specify a name for the deployment of your customized model. For more information about using the Azure CLI to deploy customized models, see <ahref="https://learn.microsoft.com/cli/azure/cognitiveservices/account/deployment?view=azure-cli-latest"target="_blank">az cognitiveservices account deployment</a> in the <ahref="https://learn.microsoft.com/cli/azure/?view=azure-cli-latest"target="_blank">Azure Command-Line Interface (CLI) documentation</a>.
286
+
The following Azure CLI command example shows how to use the Azure CLI to deploy your customized model. With the Azure CLI, you must specify a name for the deployment of your customized model. For more information about using the Azure CLI to deploy customized models, see [az cognitiveservices account deployment](/cli/azure/cognitiveservices/account/deployment)in the [Azure Command-Line Interface (CLI) documentation](/cli/azure).
287
287
288
288
To run this Azure CLI command in a console window, you must replace the following placeholders with the corresponding values for your customized model:
289
289
@@ -381,7 +381,7 @@ When you're done with your customized model, you can delete the deployment and m
381
381
382
382
You can use various methods to delete the deployment for your customized model:
You can optionally delete training and validation files you've uploaded for training, and result files generated during training, from your Azure OpenAI subscription. You can use the following methods to delete your training, validation, and result files:
0 commit comments