Skip to content

Commit d950b22

Browse files
authored
Update fine-tune-serverless.md
Removing Image place holders
1 parent 7c0db80 commit d950b22

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

articles/ai-foundry/how-to/fine-tune-serverless.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ After you configure the advanced options, select **Next** to [review your choice
205205
The **Review** pane of the wizard displays information about your configuration choices.
206206

207207
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+
209209

210210
### Check the status of your custom model
211211

@@ -269,20 +269,16 @@ When the fine-tuning job succeeds, you can deploy the custom model from the **Fi
269269
> Only one deployment is permitted for a custom model. An error message is displayed if you select an already-deployed custom model.
270270
> To deploy your custom model, select the custom model to deploy, and then select Deploy model.
271271
272-
(Image)
273272

274273
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.
275274

276-
(Image)
277275

278276
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
279277

280278
:::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":::
281279

282280
Next select the fine-tuned model you wish to deploy and select **Deploy**.
283281

284-
(Image)
285-
286282
### Cross region deployment
287283
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.
288284
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
291287
### Use a deployed custom model
292288
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.
293289

294-
(Image)
295-
296290
### Clean up your fine-tuned models
297291

298292
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

Comments
 (0)