Skip to content

Commit 1b535f9

Browse files
Merge pull request #281557 from ssalgadodev/patch-130
Fast Follow Updates Llama 3.1
2 parents bcb5fb2 + f6b02be commit 1b535f9

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

articles/ai-studio/concepts/fine-tuning-overview.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ There isn't a single right answer to this question, but you should have clearly
9999

100100
Now that you know when to leverage fine-tuning for your use-case, you can go to Azure AI Studio to find several models available to fine-tune including:
101101
- Azure OpenAI models
102-
- Llama 2 family models
103-
- Llama 3.1 family of models
102+
- Meta Llama 2 family models
103+
- Meta Llama 3.1 family of models
104104

105105

106106
### Azure OpenAI models
@@ -121,16 +121,16 @@ Please note for fine-tuning Azure OpenAI models, you must add a connection to an
121121

122122
### Llama 2 family models
123123
The following Llama 2 family models are supported in Azure AI Studio for fine-tuning:
124-
- `Llama-2-70b`
125-
- `Llama-2-7b`
126-
- `Llama-2-13b`
124+
- `Meta-Llama-2-70b`
125+
- `Meta-Llama-2-7b`
126+
- `Meta-Llama-2-13b`
127127

128128
Fine-tuning of Llama 2 models is currently supported in projects located in West US 3.
129129

130130
### Llama 3.1 family models
131131
The following Llama 3.1 family models are supported in Azure AI Studio for fine-tuning:
132-
- `Llama-3.1-70b`
133-
- `Llama-3.1-7b`
132+
- `Meta-Llama-3.1-70b-Instruct`
133+
- `Meta-Llama-3.1-7b-Instruct`
134134

135135
Fine-tuning of Llama 3.1 models is currently supported in projects located in West US 3.
136136

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to deploy Meta Llama 3.1 models with Azure AI Studio.
55
manager: scottpolly
66
ms.service: azure-ai-studio
77
ms.topic: how-to
8-
ms.date: 5/21/2024
8+
ms.date: 7/21/2024
99
ms.reviewer: shubhiraj
1010
reviewer: shubhirajMsft
1111
ms.author: ssalgado

articles/ai-studio/how-to/fine-tune-model-llama.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to fine-tune Meta Llama models in Azure AI Studio.
55
manager: scottpolly
66
ms.service: azure-ai-studio
77
ms.topic: how-to
8-
ms.date: 7/18/2024
8+
ms.date: 7/23/2024
99
ms.reviewer: rasavage
1010
reviewer: shubhirajMsft
1111
ms.author: ssalgado
@@ -30,18 +30,18 @@ The [Meta Llama family of large language models (LLMs)](./deploy-models-llama.md
3030

3131
The following models are available in Azure Marketplace for Llama 3.1 when fine-tuning as a service with pay-as-you-go billing:
3232

33-
- `Llama-3.1-80B-Instruct` (preview)
34-
- `LLama-3.1-8b-Instruct` (preview)
33+
- `Meta-Llama-3.1-80B-Instruct` (preview)
34+
- `Meta-LLama-3.1-8b-Instruct` (preview)
3535
![IMPORTANT]
36-
> At this time we can not do fine-tuning for Llama 3.1 with context length of 128K. The current context length is limited to 65k.
36+
> At this time we are not able to do fine-tuning for Llama 3.1 with sequence length of 128K.
3737
3838
# [Meta Llama 2](#tab/llama-two)
3939

4040
The following models are available in Azure Marketplace for Llama 2 when fine-tuning as a service with pay-as-you-go billing:
4141

42-
- `Llama-2-70b` (preview)
43-
- `Llama-2-13b` (preview)
44-
- `Llama-2-7b` (preview)
42+
- `Meta Llama-2-70b` (preview)
43+
- `Meta Llama-2-13b` (preview)
44+
- `Meta Llama-2-7b` (preview)
4545

4646
Fine-tuning of Llama 2 models is currently supported in projects located in West US 3.
4747

@@ -192,7 +192,7 @@ To fine-tune a LLama 3.1 model:
192192
1. Select training data to fine-tune your model. See [data preparation](#data-preparation) for more information.
193193

194194
> [!NOTE]
195-
> If the you has their training/validation files in a credential less datastore, they will need to allow workspace managed identity access to their datastore in order to proceed with MaaS finetuning with a credential less storage. That would be this setting on the "Datastore" page, after clicking "Update authentication" > Select the following option:
195+
> If you have your training/validation files in a credential less datastore, you will need to allow workspace managed identity access to their datastore in order to proceed with MaaS finetuning with a credential less storage. On the "Datastore" page, after clicking "Update authentication" > Select the following option:
196196
197197
![Use workspace managed identity for data preview and profiling in Azure Machine Learning Studio.](../media/how-to/fine-tune/llama/credentials.png)
198198

articles/machine-learning/how-to-deploy-models-llama.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: scottpolly
66
ms.service: machine-learning
77
ms.subservice: inferencing
88
ms.topic: how-to
9-
ms.date: 07/16/2024
9+
ms.date: 07/23/2024
1010
ms.reviewer: shubhiraj
1111
reviewer: shubhirajMsft
1212
ms.author: ssalgado

0 commit comments

Comments
 (0)