Skip to content

Commit df4f4c8

Browse files
Merge pull request #276318 from mrbullwinkle/mrb_05_24_2024_fine_tuning
[Azure OpenAI] fine-tuning cleanup
2 parents 2e28ef8 + e028bfd commit df4f4c8

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
lines changed

articles/ai-services/openai/faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ sections:
181181
- question: |
182182
Why was my fine-tuned model deployment deleted?
183183
answer:
184-
If a customized (fine-tuned) model is deployed for more than 15 days during which no completions or chat completions calls are made to it, the deployment is automatically deleted (and no further hosting charges are incurred for that deployment). The underlying customized model remains available and can be redeployed at any time. To learn more, check out the [how-to-article](how-to/fine-tuning.md?pivots=programming-language-studio#deploy-a-customized-model).
184+
If a customized (fine-tuned) model is deployed for more than 15 days during which no completions or chat completions calls are made to it, the deployment is automatically deleted (and no further hosting charges are incurred for that deployment). The underlying customized model remains available and can be redeployed at any time. To learn more, check out the [how-to-article](/azure/ai-services/openai/how-to/fine-tuning?tabs=turbo%2Cpython-new&pivots=programming-language-studio#deploy-a-custom-model).
185185
- question: |
186186
How do I deploy a model with the REST API?
187187
answer:

articles/ai-services/openai/includes/fine-tuning-python.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -379,19 +379,17 @@ This command isn't available in the 0.28.1 OpenAI Python library. Upgrade to the
379379

380380
[!INCLUDE [Safety evaluation](../includes/safety-evaluation.md)]
381381

382-
## Deploy a customized model
382+
## Deploy a fine-tuned model
383383

384384
When the fine-tuning job succeeds, the value of the `fine_tuned_model` variable in the response body is set to the name of your customized model. Your model is now also available for discovery from the [list Models API](/rest/api/azureopenai/models/list). However, you can't issue completion calls to your customized model until your customized model is deployed. You must deploy your customized model to make it available for use with completion calls.
385385

386386
[!INCLUDE [Fine-tuning deletion](fine-tune.md)]
387387

388-
You can use either [Azure OpenAI](#deploy-fine-tuned-model) or the [Azure CLI](#deploy-a-model-with-azure-cli) to deploy your customized model.
388+
You can also use [Azure OpenAI Studio](/azure/ai-services/openai/how-to/fine-tuning?tabs=turbo%2Cpython-new&pivots=programming-language-studio#deploy-a-fine-tuned-model) or the [Azure CLI](#deploy-a-model-with-azure-cli) to deploy your customized model.
389389

390390
> [!NOTE]
391391
> Only one deployment is permitted for a customized model. An error occurs if you select an already-deployed customized model.
392392
393-
## Deploy fine-tuned model
394-
395393
Unlike the previous SDK commands, deployment must be done using the control plane API which requires separate authorization, a different API path, and a different API version.
396394

397395
|variable | Definition|

articles/ai-services/openai/includes/fine-tuning-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ curl -X POST $AZURE_OPENAI_ENDPOINT/openai/fine_tuning/jobs/{fine_tuning_job_id}
252252

253253
[!INCLUDE [Safety evaluation](../includes/safety-evaluation.md)]
254254

255-
## Deploy a customized model
255+
## Deploy a fine-tuned model
256256

257257
[!INCLUDE [Fine-tuning deletion](fine-tune.md)]
258258

articles/ai-services/openai/includes/fine-tuning-studio.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ Here are some of the tasks you can do on the **Models** pane:
321321

322322
[!INCLUDE [Safety evaluation](../includes/safety-evaluation.md)]
323323

324-
## Deploy a custom model
324+
## Deploy a fine-tuned model
325325

326326
When the fine-tuning job succeeds, you can deploy the custom model from the **Models** pane. You must deploy your custom model to make it available for use with completion calls.
327327

articles/ai-services/openai/whats-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ If you are currently using the `2023-03-15-preview` API, we recommend migrating
415415

416416
- **DALL-E 2 public preview**. Azure OpenAI Service now supports image generation APIs powered by OpenAI's DALL-E 2 model. Get AI-generated images based on the descriptive text you provide. To learn more, check out the [quickstart](./dall-e-quickstart.md). To request access, existing Azure OpenAI customers can [apply by filling out this form](https://aka.ms/oai/access).
417417

418-
- **Inactive deployments of customized models will now be deleted after 15 days; models will remain available for redeployment.** If a customized (fine-tuned) model is deployed for more than fifteen (15) days during which no completions or chat completions calls are made to it, the deployment will automatically be deleted (and no further hosting charges will be incurred for that deployment). The underlying customized model will remain available and can be redeployed at any time. To learn more check out the [how-to-article](./how-to/fine-tuning.md?pivots=programming-language-studio#deploy-a-customized-model).
418+
- **Inactive deployments of customized models will now be deleted after 15 days; models will remain available for redeployment.** If a customized (fine-tuned) model is deployed for more than fifteen (15) days during which no completions or chat completions calls are made to it, the deployment will automatically be deleted (and no further hosting charges will be incurred for that deployment). The underlying customized model will remain available and can be redeployed at any time. To learn more check out the [how-to-article](/azure/ai-services/openai/how-to/fine-tuning?tabs=turbo%2Cpython-new&pivots=programming-language-studio#deploy-a-custom-model).
419419

420420

421421
## March 2023

0 commit comments

Comments
 (0)