Skip to content

Commit

Permalink
Upgraded the validation_tigger_import env version (#3758)
Browse files Browse the repository at this point in the history
  • Loading branch information
amitthakur-ms authored Jan 16, 2025
1 parent e155d29 commit 03831d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ outputs:

jobs:
validation_trigger_import:
component: azureml:validation_trigger_import:0.0.14
component: azureml:validation_trigger_import:0.0.15
compute: ${{parent.inputs.compute}}
resources:
instance_type: '${{parent.inputs.instance_type}}'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ type: command
name: validation_trigger_import
display_name: Validation Trigger Import model
description: Component for enabling validation of import pipeline.
version: 0.0.14
version: 0.0.15

# Pipeline inputs
inputs:
Expand Down Expand Up @@ -181,7 +181,7 @@ outputs:

is_deterministic: True

environment: azureml://registries/azureml/environments/python-sdk-v2/versions/23
environment: azureml://registries/azureml/environments/python-sdk-v2/versions/25
code: ../../src
command: python run_model_validate.py --validation-info ${{outputs.validation_info}}

Expand Down

0 comments on commit 03831d8

Please sign in to comment.