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/ai-foundry/how-to/fine-tune-serverless.md
+1-7Lines changed: 1 addition & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,7 @@ After you configure the advanced options, select **Next** to [review your choice
205
205
The **Review** pane of the wizard displays information about your configuration choices.
206
206
207
207
If you're ready to train your model, select **Start Training job** to start the fine-tuning job and return to the **Models** Tab.
208
-
(Image)
208
+
209
209
210
210
### Check the status of your custom model
211
211
@@ -269,20 +269,16 @@ When the fine-tuning job succeeds, you can deploy the custom model from the **Fi
269
269
> Only one deployment is permitted for a custom model. An error message is displayed if you select an already-deployed custom model.
270
270
> To deploy your custom model, select the custom model to deploy, and then select Deploy model.
271
271
272
-
(Image)
273
272
274
273
The **Deploy model** dialog box opens. In the dialog box, enter your **Deployment name** and then select **Deploy** to start the deployment of your custom model.
275
274
276
-
(Image)
277
275
278
276
You can also deploy a finetuned model through the **Models + endpoints** tab by selecting the **Deploy model** button and then selecting **Deploy Fine-tuned model** from the dropdown
279
277
280
278
:::image type="content" source="../media/how-to/fine-tune/fine-tune-serverless/manage-deployments.png" alt-text="Screenshot of the fine-tuning manage deployments dashboard." lightbox="../media/how-to/fine-tune/fine-tune-serverless/manage-deployments.png":::
281
279
282
280
Next select the fine-tuned model you wish to deploy and select **Deploy**.
283
281
284
-
(Image)
285
-
286
282
### Cross region deployment
287
283
Fine-tuning supports deploying a fine-tuned model to a different region than where the model was originally fine-tuned. You can also deploy to a different subscription/region.
288
284
The only limitations are that the new region must also support fine-tuning and when deploying cross subscription, the account generating the authorization token for the deployment must have access to both the source and destination subscriptions.
@@ -291,8 +287,6 @@ Cross subscription/region deployment can be accomplished via [Python](https://gi
291
287
### Use a deployed custom model
292
288
After your custom model deploys, you can use it like any other deployed model. You can use the **Playgrounds** in [Azure AI Foundry portal](https://portal.azure.com) to experiment with your new deployment. You can continue to use the same parameters with your custom model, such as temperature and max_tokens, as you can with other deployed models.
293
289
294
-
(Image)
295
-
296
290
### Clean up your fine-tuned models
297
291
298
292
You can delete a fine-tuned model from the fine-tuning model list in [Azure AI Foundry](https://ai.azure.com) or from the model details page. To delete the fine-tuned model from the Fine-tuning page,
0 commit comments