Skip to content

Commit fe85f03

Browse files
authored
Update deploy-models-llama.md
1 parent 7103b48 commit fe85f03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/ai-studio/how-to/deploy-models-llama.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ The following models are available in Azure Marketplace for Llama 3 when deploye
5353

5454
---
5555

56-
If you need to deploy a different model, [deploy it to real-time endpoints](#deploy-llama-models-to-real-time-endpoints) instead.
56+
If you need to deploy a different model, [deploy it to real-time endpoints](#deploy-meta-llama-models-to-real-time-endpoints) instead.
5757

5858
### Prerequisites
5959

@@ -176,7 +176,7 @@ Models deployed as a service can be consumed using either the chat or the comple
176176
- For completions models, such as `Meta-Llama-3-8B`, use the [`/v1/completions`](#completions-api) API.
177177
- For chat models, such as `Meta-Llama-3-8B-Instruct`, use the [`/v1/chat/completions`](#chat-api) API.
178178

179-
For more information on using the APIs, see the [reference](#reference-for-llama-models-deployed-as-a-service) section.
179+
For more information on using the APIs, see the [reference](#reference-for-meta-llama-models-deployed-as-a-service) section.
180180

181181
# [Meta Llama 2](#tab/llama-two)
182182

@@ -196,7 +196,7 @@ Models deployed as a service can be consumed using either the chat or the comple
196196
- For completions models, such as `Meta-Llama-2-7B`, use the [`/v1/completions`](#completions-api) API.
197197
- For chat models, such as `Meta-Llama-2-7B-Chat`, use the [`/v1/chat/completions`](#chat-api) API.
198198

199-
For more information on using the APIs, see the [reference](#reference-for-llama-models-deployed-as-a-service) section.
199+
For more information on using the APIs, see the [reference](#reference-for-meta-llama-models-deployed-as-a-service) section.
200200

201201
---
202202

0 commit comments

Comments
 (0)