Skip to content

Commit b571f79

Browse files
authored
Merge pull request #2211 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-ai-docs (branch main)
2 parents ba22b15 + cd597c2 commit b571f79

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

articles/machine-learning/azure-machine-learning-ci-image-release-notes.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,26 @@ Azure Machine Learning checks and validates any machine learning packages that m
2020

2121
Main updates provided with each image version are described in the below sections.
2222

23+
## December 18, 2024
24+
25+
Image Version: `24.12.09`
26+
27+
Release Notes:
28+
29+
SDK Version: `1.57.0`
30+
31+
Jupyter-core: `5.7.2`
32+
33+
nvdia_docker2: installed
34+
35+
gnomeshell: removed
36+
37+
ml: '2.32.4'
38+
39+
Nvidia Driver: `535.216.03`
40+
41+
`CUDA`: `12.2`
42+
2343
## October 30, 2024
2444

2545
Image Version: `24.10.18`

articles/search/tutorial-rag-build-solution-pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ embedding_skill = AzureOpenAIEmbeddingSkill(
196196
resource_url=AZURE_OPENAI_ACCOUNT,
197197
deployment_name="text-embedding-3-large",
198198
model_name="text-embedding-3-large",
199-
dimensions=1536,
199+
dimensions=1024,
200200
inputs=[
201201
InputFieldMappingEntry(name="text", source="/document/pages/*"),
202202
],

0 commit comments

Comments
 (0)