Skip to content

Commit

Permalink
Update model evaluation env version for Batch resource manager (#3375)
Browse files Browse the repository at this point in the history
Co-authored-by: Ankush Bhatia <[email protected]>
  • Loading branch information
ankushbhatia2 and Ankush Bhatia authored Sep 16, 2024
1 parent 888348a commit 6f0186c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ is_deterministic: False
name: batch_resource_manager
display_name: Batch Inference Resource Manager
description: Resource Manager for batch inference.
version: 0.0.5
version: 0.0.6

inputs:
wait_input:
Expand Down Expand Up @@ -141,7 +141,7 @@ outputs:
description: Path to the folder where the deployment metadata will be stored.

code: ../src
environment: azureml://registries/azureml/environments/model-evaluation/labels/latest
environment: azureml://registries/azureml/environments/model-evaluation/versions/35
command: >-
python -m aml_benchmark.batch_resource_manager.main
--output_metadata ${{outputs.output_metadata}}
Expand Down

0 comments on commit 6f0186c

Please sign in to comment.