Skip to content

Commit

Permalink
Version fixed for new release (#2298)
Browse files Browse the repository at this point in the history
  • Loading branch information
HrishikeshGeedMS authored Feb 9, 2024
1 parent 4cf27d9 commit fb07756
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json

name: convert_model_to_mlflow
version: 0.0.20
version: 0.0.21
type: command

is_deterministic: True

display_name: Convert models to MLflow
description: Component converts models from supported frameworks to MLflow model packaging format

environment: azureml://registries/azureml/environments/model-management/versions/21
environment: azureml://registries/azureml/environments/model-management/versions/22

code: ../../src/
command: |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json

name: download_model
version: 0.0.20
version: 0.0.21
type: command

is_deterministic: True

display_name: Download model
description: Downloads a publicly available model

environment: azureml://registries/azureml/environments/model-management/versions/21
environment: azureml://registries/azureml/environments/model-management/versions/22

code: ../../src/
command: >
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ type: pipeline
name: import_model
display_name: Import model
description: Import a model into a workspace or a registry
version: 0.0.24
version: 0.0.25

# Pipeline inputs
inputs:
Expand Down Expand Up @@ -215,7 +215,7 @@ jobs:
type: uri_file

download_model:
component: azureml:download_model:0.0.20
component: azureml:download_model:0.0.21
compute: ${{parent.inputs.compute}}
resources:
instance_type: '${{parent.inputs.instance_type}}'
Expand All @@ -234,7 +234,7 @@ jobs:
type: uri_folder

convert_model_to_mlflow:
component: azureml:convert_model_to_mlflow:0.0.20
component: azureml:convert_model_to_mlflow:0.0.21
compute: ${{parent.inputs.compute}}
resources:
instance_type: '${{parent.inputs.instance_type}}'
Expand Down

0 comments on commit fb07756

Please sign in to comment.