Skip to content

Commit 641ae65

Browse files
committed
phi-3 vision AzureML
1 parent 63cc64d commit 641ae65

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

articles/machine-learning/how-to-deploy-models-phi-3-vision.md.md renamed to articles/machine-learning/how-to-deploy-models-phi-3-vision.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to use Phi-3 chat model with vision with Azure AI Studio.
55
ms.service: azure-ai-studio
66
manager: scottpolly
77
ms.topic: how-to
8-
ms.date: 08/16/2024
8+
ms.date: 08/19/2024
99
ms.reviewer: kritifaujdar
1010
reviewer: fkriti
1111
ms.author: mopeakande
@@ -143,7 +143,7 @@ response = client.complete(
143143
```
144144

145145
> [!NOTE]
146-
> Phi-3-vision-128k-Instruct don't support system messages (`role="system"`). When you use the Azure AI model inference API, system messages are translated to user messages, which is the closest capability available. This translation is offered for convenience, but it's important for you to verify that the model is following the instructions in the system message with the right level of confidence.
146+
> Phi-3-vision-128k-Instruct doesn't support system messages (`role="system"`). When you use the Azure AI model inference API, system messages are translated to user messages, which is the closest capability available. This translation is offered for convenience, but it's important for you to verify that the model is following the instructions in the system message with the right level of confidence.
147147
148148
The response is as follows, where you can see the model's usage statistics:
149149

@@ -463,7 +463,7 @@ var response = await client.path("/chat/completions").post({
463463
```
464464

465465
> [!NOTE]
466-
> Phi-3-vision-128k-Instruct don't support system messages (`role="system"`). When you use the Azure AI model inference API, system messages are translated to user messages, which is the closest capability available. This translation is offered for convenience, but it's important for you to verify that the model is following the instructions in the system message with the right level of confidence.
466+
> Phi-3-vision-128k-Instruct doesn't support system messages (`role="system"`). When you use the Azure AI model inference API, system messages are translated to user messages, which is the closest capability available. This translation is offered for convenience, but it's important for you to verify that the model is following the instructions in the system message with the right level of confidence.
467467
468468
The response is as follows, where you can see the model's usage statistics:
469469

@@ -820,7 +820,7 @@ Response<ChatCompletions> response = client.Complete(requestOptions);
820820
```
821821

822822
> [!NOTE]
823-
> Phi-3-vision-128k-Instruct don't support system messages (`role="system"`). When you use the Azure AI model inference API, system messages are translated to user messages, which is the closest capability available. This translation is offered for convenience, but it's important for you to verify that the model is following the instructions in the system message with the right level of confidence.
823+
> Phi-3-vision-128k-Instruct doesn't support system messages (`role="system"`). When you use the Azure AI model inference API, system messages are translated to user messages, which is the closest capability available. This translation is offered for convenience, but it's important for you to verify that the model is following the instructions in the system message with the right level of confidence.
824824

825825
The response is as follows, where you can see the model's usage statistics:
826826
@@ -1115,7 +1115,7 @@ The following example shows how you can create a basic chat completions request
11151115
```
11161116
11171117
> [!NOTE]
1118-
> Phi-3-vision-128k-Instruct don't support system messages (`role="system"`). When you use the Azure AI model inference API, system messages are translated to user messages, which is the closest capability available. This translation is offered for convenience, but it's important for you to verify that the model is following the instructions in the system message with the right level of confidence.
1118+
> Phi-3-vision-128k-Instruct doesn't support system messages (`role="system"`). When you use the Azure AI model inference API, system messages are translated to user messages, which is the closest capability available. This translation is offered for convenience, but it's important for you to verify that the model is following the instructions in the system message with the right level of confidence.
11191119
11201120
The response is as follows, where you can see the model's usage statistics:
11211121

articles/machine-learning/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -598,6 +598,8 @@
598598
items:
599599
- name: Phi-3 family chat models
600600
href: how-to-deploy-models-phi-3.md
601+
- name: Phi-3 chat model with vision
602+
href: how-to-deploy-models-phi-3-vision.md
601603
- name: How to deploy TimeGEN-1 model
602604
href: how-to-deploy-models-timegen-1.md
603605
- name: How to deploy Mistral family models

0 commit comments

Comments
 (0)