Skip to content

Commit 9d22547

Browse files
authored
Update bigmodels-ci-pipeline.yml for Azure Pipelines (#24569)
Update the feed information because we have moved the models to a new feed.
1 parent e5103af commit 9d22547

File tree

1 file changed

+10
-11
lines changed

1 file changed

+10
-11
lines changed

tools/ci_build/github/azure-pipelines/bigmodels-ci-pipeline.yml

+10-11
Original file line numberDiff line numberDiff line change
@@ -309,14 +309,13 @@ stages:
309309
"
310310
Repository: onnxruntimeubi8packagestest_torch
311311
UseImageCacheContainerRegistry: false
312-
313312
- task: DownloadPackage@1
314-
displayName: 'Download Meta Llama2 model'
315313
inputs:
316-
packageType: upack
317-
feed: '/7424c8e4-5c62-490e-95c4-79446f31017c'
318-
version: 1.0.0
319-
definition: '6fe0c4ed-9d0e-4d66-94cc-fb6a111d02a5'
314+
packageType: 'upack'
315+
feed: '2692857e-05ef-43b4-ba9c-ccf1c22c437c/8fc55c18-5239-4843-a0df-c7a8b1b36be7'
316+
view: 'bdf2fe57-11ef-4a86-a145-7857a0405755'
317+
definition: '2a6a4112-e5b6-48cb-ab68-ddfb83533702'
318+
version: '1.0.0'
320319
downloadPath: $(Agent.TempDirectory)/meta_llama2_7b_hf
321320

322321
- script: |
@@ -421,16 +420,16 @@ stages:
421420
ScriptName: tools/ci_build/get_docker_image.py
422421
DockerBuildArgs: '--build-arg BUILD_UID=$( id -u )'
423422
Repository: onnxruntimepackagestest_ompffmpeg
424-
425423
- task: DownloadPackage@1
426424
# The model data in artifact is downloaded from openai/whisper-large-v3 in huggingface model hub
427425
# In order to save size, removed .git directory and pickled files, and keep the safetensors model files
428426
displayName: 'Download Whisper Model'
429427
inputs:
430-
packageType: upack
431-
feed: '/7424c8e4-5c62-490e-95c4-79446f31017c'
432-
version: 1.0.0
433-
definition: 'b583ce7c-1a8f-4099-ae28-5d5f56c478b1'
428+
packageType: 'upack'
429+
feed: '2692857e-05ef-43b4-ba9c-ccf1c22c437c/8fc55c18-5239-4843-a0df-c7a8b1b36be7'
430+
view: 'bdf2fe57-11ef-4a86-a145-7857a0405755'
431+
definition: 'c78cdb16-4022-4baa-84d4-8bccbe935762'
432+
version: '1.0.1'
434433
downloadPath: $(Agent.TempDirectory)/whisper_large_v3
435434

436435
- script: |

0 commit comments

Comments
 (0)