Skip to content

Commit ffd6c7e

Browse files
authored
Merge pull request #78 from MicrosoftDocs/main
8/30/2024 PM Publish
2 parents 5127caf + 7f72100 commit ffd6c7e

File tree

13 files changed

+83
-52
lines changed

13 files changed

+83
-52
lines changed

articles/ai-services/openai/how-to/batch.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: nitinme
66
ms.service: azure-ai-openai
77
ms.custom:
88
ms.topic: how-to
9-
ms.date: 08/12/2024
9+
ms.date: 08/30/2024
1010
author: mrbullwinkle
1111
ms.author: mbullwin
1212
recommendations: false

articles/ai-services/openai/includes/batch/batch-python.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ The `custom_id` is required to allow you to identify which individual batch requ
6161

6262
`model` attribute should be set to match the name of the Global Batch deployment you wish to target for inference responses.
6363

64+
> [!IMPORTANT]
65+
> The `model` attribute must be set to match the name of the Global Batch deployment you wish to target for inference responses. The **same Global Batch model deployment name must be present on each line of the batch file.** If you want to target a different deployment you must do so in a separate batch file/job.
66+
6467
### Create input file
6568

6669
For this article we'll create a file named `test.jsonl` and will copy the contents from standard input code block above to the file. You will need to modify and add your global batch deployment name to each line of the file. Save this file in the same directory that you're executing your Jupyter Notebook.

articles/ai-services/openai/includes/batch/batch-rest.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,9 @@ The `custom_id` is required to allow you to identify which individual batch requ
5050

5151
`model` attribute should be set to match the name of the Global Batch deployment you wish to target for inference responses.
5252

53+
> [!IMPORTANT]
54+
> The `model` attribute must be set to match the name of the Global Batch deployment you wish to target for inference responses. The **same Global Batch model deployment name must be present on each line of the batch file.** If you want to target a different deployment you must do so in a separate batch file/job.
55+
5356
### Create input file
5457

5558
For this article we'll create a file named `test.jsonl` and will copy the contents from standard input code block above to the file. You will need to modify and add your global batch deployment name to each line of the file.

articles/ai-services/openai/includes/batch/batch-studio.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,10 @@ Like [fine-tuning](../../how-to/fine-tuning.md), global batch uses files in JSON
4848

4949
The `custom_id` is required to allow you to identify which individual batch request corresponds to a given response. Responses won't be returned in identical order to the order defined in the `.jsonl` batch file.
5050

51-
`model` attribute should be set to match the name of the Global Batch deployment you wish to target for inference responses.
51+
`model` attribute should be set to match the name of the Global Batch deployment you wish to target for inference responses.
52+
53+
> [!IMPORTANT]
54+
> The `model` attribute must be set to match the name of the Global Batch deployment you wish to target for inference responses. The **same Global Batch model deployment name must be present on each line of the batch file.** If you want to target a different deployment you must do so in a separate batch file/job.
5255
5356
### Create input file
5457

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ The following sections provide you with a quick guide to the default quotas and
4545
| Maximum number of Provisioned throughput units per deployment | 100,000 |
4646
| Max files per Assistant/thread | 10,000 when using the API or AI Studio. 20 when using Azure OpenAI Studio.|
4747
| Max file size for Assistants & fine-tuning | 512 MB |
48+
| Max size for all uploaded files for Assistants |100 GB |
4849
| Assistants token limit | 2,000,000 token limit |
4950
| GPT-4o max images per request (# of images in the messages array/conversation history) | 10 |
5051
| GPT-4 `vision-preview` & GPT-4 `turbo-2024-04-09` default max tokens | 16 <br><br> Increase the `max_tokens` parameter value to avoid truncated responses. GPT-4o max tokens defaults to 4096. |

articles/ai-studio/how-to/create-manage-compute.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ author: sdgilley
1818

1919
[!INCLUDE [Feature preview](~/reusable-content/ce-skilling/azure/includes/ai-studio/includes/feature-preview.md)]
2020

21-
In this article, you learn how to create a compute instance in Azure AI Studio. You can create a compute instance in the Azure AI Studio or in the Azure portal.
21+
In this article, you learn how to create a compute instance in Azure AI Studio. You can create a compute instance in the Azure AI Studio.
2222

2323
You need a compute instance to:
2424
- Use prompt flow in Azure AI Studio.

articles/ai-studio/how-to/create-projects.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ In addition, a number of resources are only accessible by users in your project
117117

118118
| Data connection | Storage location | Purpose |
119119
| --- | --- | --- |
120-
| workspaceblobstore | {project-GUID}-blobstore | Default container for data upload |
121-
| workspaceartifactstore | {project-GUID}-blobstore | Stores components and metadata for your project such as model weights |
120+
| workspaceblobstore | {project-GUID}-azureml-blobstore | Default container for data upload |
121+
| workspaceartifactstore | {project-GUID}-azureml | Stores components and metadata for your project such as model weights |
122122
| workspacefilestore | {project-GUID}-code | Hosts files created on your compute and using prompt flow |
123123

124124
> [!NOTE]

articles/machine-learning/.openpublishing.redirection.machine-learning.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,6 @@
3535
"redirect_url": "/azure/machine-learning/tutorial-1st-experiment-bring-data",
3636
"redirect_document_id": true
3737
},
38-
{
39-
"source_path_from_root": "/articles/machine-learning/v-fake/introduction.md",
40-
"redirect_url": "/azure/machine-learning/introduction",
41-
"redirect_document_id": true
42-
},
4338
{
4439
"source_path_from_root": "/articles/machine-learning/v-fake/how-to-use-secrets-in-runs.md",
4540
"redirect_url": "/azure/machine-learning/how-to-use-secrets-in-runs",
@@ -1472,12 +1467,12 @@
14721467
},
14731468
{
14741469
"source_path_from_root": "/articles/machine-learning/service/tutorial-auto-train-models.md",
1475-
"redirect_url": "/azure/machine-learning/v1/how-to-auto-train-models-v1",
1470+
"redirect_url": "/azure/machine-learning/how-to-auto-train-models-v1",
14761471
"redirect_document_id": false
14771472
},
14781473
{
14791474
"source_path_from_root": "/articles/machine-learning/tutorial-auto-train-models.md",
1480-
"redirect_url": "/azure/machine-learning/v1/how-to-auto-train-models-v1",
1475+
"redirect_url": "/azure/machine-learning/how-to-auto-train-models-v1",
14811476
"redirect_document_id": false
14821477
},
14831478
{
@@ -3390,6 +3385,16 @@
33903385
"redirect_url": "/azure/machine-learning/migrate-overview",
33913386
"redirect_document_id": true
33923387
},
3388+
{
3389+
"source_path_from_root": "/articles/machine-learning/v-fake/migrate-overview.md",
3390+
"redirect_url": "/azure/machine-learning/migrate-overview",
3391+
"redirect_document_id": false
3392+
},
3393+
{
3394+
"source_path_from_root": "/articles/machine-learning/v-fake/introduction.md",
3395+
"redirect_url": "/azure/machine-learning/introduction",
3396+
"redirect_document_id": true
3397+
},
33933398
{
33943399
"source_path_from_root": "/articles/machine-learning/classic/migrate-execute-r-script.md",
33953400
"redirect_url": "/azure/machine-learning/migrate-execute-r-script",
@@ -4110,11 +4115,6 @@
41104115
"redirect_url": "/azure/machine-learning/migrate-execute-r-script",
41114116
"redirect_document_id": true
41124117
},
4113-
{
4114-
"source_path_from_root": "/articles/machine-learning/v-fake/migrate-overview.md",
4115-
"redirect_url": "/azure/machine-learning/migrate-overview",
4116-
"redirect_document_id": false
4117-
},
41184118
{
41194119
"source_path_from_root": "/articles/machine-learning/v-fake/migrate-rebuild-experiment.md",
41204120
"redirect_url": "/azure/machine-learning/migrate-rebuild-experiment",

articles/machine-learning/tutorial-automated-ml-forecast.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -244,13 +244,9 @@ Delete just the deployment instance from the Azure Machine Learning studio, if y
244244

245245
In this tutorial, you used automated ML in the Azure Machine Learning studio to create and deploy a time series forecasting model that predicts bike share rental demand.
246246

247-
See this article for steps on how to create a Power BI supported schema to facilitate consumption of your newly deployed web service:
248-
249-
> [!div class="nextstepaction"]
250-
> [Consume a web service](/power-bi/connect-data/service-aml-integrate?context=azure%2fmachine-learning%2fcontext%2fml-context)
251-
252247
+ Learn more about [automated machine learning](concept-automated-ml.md).
253248
+ For more information on classification metrics and charts, see the [Understand automated machine learning results](how-to-understand-automated-ml.md) article.
249+
+ For more information on [FAQs on forecasting](how-to-automl-forecasting-faq.md).
254250

255251
>[!NOTE]
256252
> This bike share dataset has been modified for this tutorial. This dataset was made available as part of a [Kaggle competition](https://www.kaggle.com/c/bike-sharing-demand/data) and was originally available via [Capital Bikeshare](https://www.capitalbikeshare.com/system-data). It can also be found within the [UCI Machine Learning Database](http://archive.ics.uci.edu/ml/datasets/Bike+Sharing+Dataset).<br><br>

articles/machine-learning/tutorial-first-experiment-automated-ml.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -286,12 +286,9 @@ Delete just the deployment instance from Azure Machine Learning at https:\//ml.a
286286

287287
In this automated machine learning tutorial, you used Azure Machine Learning's automated ML interface to create and deploy a classification model. See these articles for more information and next steps:
288288

289-
> [!div class="nextstepaction"]
290-
> [Consume a web service](/power-bi/connect-data/service-aml-integrate?context=azure%2fmachine-learning%2fcontext%2fml-context)
291-
292289
+ Learn more about [automated machine learning](concept-automated-ml.md).
293290
+ For more information on classification metrics and charts, see the [Understand automated machine learning results](how-to-understand-automated-ml.md) article.
294-
291+
+ Learn more about [how to set up AutoML for NLP](how-to-auto-train-nlp-models.md).
295292

296293
>[!NOTE]
297294
> This Bank Marketing dataset is made available under the [Creative Commons (CCO: Public Domain) License](https://creativecommons.org/publicdomain/zero/1.0/). Any rights in individual contents of the database are licensed under the [Database Contents License](https://creativecommons.org/publicdomain/zero/1.0/) and available on [Kaggle](https://www.kaggle.com/datasets/janiobachmann/bank-marketing-dataset). This dataset was originally available within the [UCI Machine Learning Database](https://archive.ics.uci.edu/ml/datasets/bank+marketing).<br><br>

0 commit comments

Comments
 (0)