Skip to content

Commit 0607915

Browse files
committed
Merge branch 'main' into release-maxsurge-ga
2 parents 693684c + 6b968de commit 0607915

File tree

118 files changed

+1691
-810
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+1691
-810
lines changed

.openpublishing.redirection.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4878,6 +4878,13 @@
48784878
"redirect_document_id": false
48794879
},
48804880
{
4881+
4882+
"source_path_from_root": "/articles/backup/azure-backup-move-vaults-across-regions.md",
4883+
"redirect_url": "/azure/operational-excellence/relocation-backup",
4884+
"redirect_document_id": false
4885+
},
4886+
{
4887+
48814888
"source_path_from_root": "/articles/cosmos-db/how-to-move-regions.md",
48824889
"redirect_url": "/azure/operational-excellence/relocation-cosmos-db",
48834890
"redirect_document_id": false
@@ -4926,6 +4933,16 @@
49264933
"source_path_from_root": "/articles/virtual-network/ip-services/create-vm-dual-stack-ipv6-powershell.md",
49274934
"redirect_url": "/azure/virtual-network/ip-services/create-vm-dual-stack-ipv6-portal",
49284935
"redirect_document_id": false
4936+
},
4937+
{
4938+
"source_path_from_root": "/articles/virtual-network/ip-services/routing-preference-powershell.md",
4939+
"redirect_url": "/azure/virtual-network/ip-services/routing-preference-portal",
4940+
"redirect_document_id": false
4941+
},
4942+
{
4943+
"source_path_from_root": "/articles/virtual-network/ip-services/routing-preference-cli.md",
4944+
"redirect_url": "/azure/virtual-network/ip-services/routing-preference-portal",
4945+
"redirect_document_id": false
49294946
}
49304947

49314948
]

articles/ai-services/openai/concepts/use-your-data.md

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -579,14 +579,18 @@ These estimates will vary based on the values set for the above parameters. For
579579

580580
The estimates also depend on the nature of the documents and questions being asked. For example, if the questions are open-ended, the responses are likely to be longer. Similarly, a longer system message would contribute to a longer prompt that consumes more tokens, and if the conversation history is long, the prompt will be longer.
581581

582-
| Model | Max tokens for system message | Max tokens for model response |
583-
|--|--|--|
584-
| GPT-35-0301 | 400 | 1500 |
585-
| GPT-35-0613-16K | 1000 | 3200 |
586-
| GPT-4-0613-8K | 400 | 1500 |
587-
| GPT-4-0613-32K | 2000 | 6400 |
588-
589-
The table above shows the maximum number of tokens that can be used for the [system message](#system-message) and the model response. Additionally, the following also consume tokens:
582+
| Model | Max tokens for system message |
583+
|--|--|
584+
| GPT-35-0301 | 400 |
585+
| GPT-35-0613-16K | 1000 |
586+
| GPT-4-0613-8K | 400 |
587+
| GPT-4-0613-32K | 2000 |
588+
| GPT-35-turbo-0125 | 2000 |
589+
| GPT-4-turbo-0409 | 4000 |
590+
| GPT-4o | 4000 |
591+
| GPT-4o-mini | 4000 |
592+
593+
The table above shows the maximum number of tokens that can be used for the [system message](#system-message). To see the maximum tokens for the model response, see the [models article](./models.md#gpt-4-and-gpt-4-turbo-models). Additionally, the following also consume tokens:
590594

591595

592596

articles/ai-services/openai/quotas-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The following sections provide you with a quick guide to the default quotas and
6161

6262
|Tier| Quota Limit in tokens per minute (TPM) | Requests per minute |
6363
|---|:---:|:---:|
64-
|Enterprise agreement | 30 M | 60 K |
64+
|Enterprise agreement | 30 M | 180 K |
6565
|Default | 450 K | 2.7 K |
6666

6767
M = million | K = thousand

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

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ 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+
- Phi-3 family of models
102103
- Meta Llama 2 family models
103104
- Meta Llama 3.1 family of models
104105

@@ -119,22 +120,33 @@ The following Azure OpenAI models are supported in Azure AI Studio for fine-tuni
119120

120121
Please note for fine-tuning Azure OpenAI models, you must add a connection to an Azure OpenAI resource with a supported region to your project.
121122

123+
### Phi-3 family models
124+
The following Phi-3 family models are supported in Azure AI Studio for fine-tuning:
125+
- `Phi-3-mini-4k-instruct`
126+
- `Phi-3-mini-128k-instruct`
127+
- `Phi-3-medium-4k-instruct`
128+
- `Phi-3-medium-128k-instruct`
129+
130+
Fine-tuning of Phi-3 models is currently supported in projects located in East US2.
131+
122132
### Llama 2 family models
123133
The following Llama 2 family models are supported in Azure AI Studio for fine-tuning:
124134
- `Meta-Llama-2-70b`
125135
- `Meta-Llama-2-7b`
126136
- `Meta-Llama-2-13b`
127137

128-
Fine-tuning of Llama 2 models is currently supported in projects located in West US 3.
138+
Fine-tuning of Llama 2 models is currently supported in projects located in West US3.
129139

130140
### Llama 3.1 family models
131141
The following Llama 3.1 family models are supported in Azure AI Studio for fine-tuning:
132142
- `Meta-Llama-3.1-70b-Instruct`
133-
- `Meta-Llama-3.1-7b-Instruct`
143+
- `Meta-Llama-3.1-8b-Instruct`
134144

135-
Fine-tuning of Llama 3.1 models is currently supported in projects located in West US 3.
145+
Fine-tuning of Llama 3.1 models is currently supported in projects located in West US3.
136146

137147
## Related content
138148

139149
- [Learn how to fine-tune an Azure OpenAI model in Azure AI Studio](../../ai-services/openai/how-to/fine-tuning.md?context=/azure/ai-studio/context/context)
140150
- [Learn how to fine-tune a Llama 2 model in Azure AI Studio](../how-to/fine-tune-model-llama.md)
151+
- [Learn how to fine-tune a Phi-3 model in Azure AI Studio](../how-to/fine-tune-phi-3.md)
152+
- [How to deploy Phi-3 family of small language models with Azure AI Studio](../how-to/deploy-models-phi-3.md)

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ Meta Llama 3.1 models - like `Meta Llama 3.1 405B Instruct` - can be deployed as
4141

4242
The following models are available in Azure Marketplace for Llama 3.1 and Llama 3 when deployed as a service with pay-as-you-go:
4343

44-
* [Meta-Llama-3.1-405B-Instruct (preview)](https://aka.ms/aistudio/landing/meta-llama-3-405B-base)
45-
* [Meta-Llama-3.1-70B-Instruct (preview)](https://aka.ms/aistudio/landing/meta-llama-3-8B-refresh)
46-
* [Meta Llama-3.1-8B-Instruct (preview)](https://aka.ms/aistudio/landing/meta-llama-3-70B-refresh)
44+
* [Meta-Llama-3.1-405B-Instruct (preview)](https://aka.ms/aistudio/landing/meta-llama-3.1-405B-instruct)
45+
* [Meta-Llama-3.1-70B-Instruct (preview)](https://aka.ms/aistudio/landing/meta-llama-3.1-70B-instruct)
46+
* [Meta Llama-3.1-8B-Instruct (preview)](https://aka.ms/aistudio/landing/meta-llama-3.1-8B-instruct)
4747
* [Meta-Llama-3-70B-Instruct (preview)](https://aka.ms/aistudio/landing/meta-llama-3-70b-chat)
4848
* [Meta-Llama-3-8B-Instruct (preview)](https://aka.ms/aistudio/landing/meta-llama-3-8b-chat)
4949

0 commit comments

Comments
 (0)