Skip to content

Commit

Permalink
Update the model-evaluation environment version to 30 for batch_score…
Browse files Browse the repository at this point in the history
…_llm (#3121)

* Update spec.yaml

* Update spec.yaml

* Update metadata.json
  • Loading branch information
adba-msft authored Jul 5, 2024
1 parent ef53be1 commit 431b3c3
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 @@ -2,7 +2,7 @@ $schema: http://azureml/sdk-2-0/ParallelComponent.json
type: parallel

name: batch_score_llm
version: 1.1.8
version: 1.1.9
display_name: Batch Score Large Language Models
is_deterministic: False

Expand Down Expand Up @@ -61,5 +61,5 @@ task:
--configuration_file ${{inputs.configuration_file}}
--partitioned_scoring_results ${{outputs.mini_batch_results_output_directory}}
$[[--resume_from ${{inputs.resume_from}}]]
environment: azureml://registries/azureml/environments/model-evaluation/versions/25
environment: azureml://registries/azureml/environments/model-evaluation/versions/30
append_row_to: ${{outputs.job_output_path}}
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"component_version": "1.1.8",
"component_version": "1.1.9",
"component_directory": "driver/batch_score_llm",
"component_name": "batch_score_llm",
"virtual_environment_name": null,
Expand Down

0 comments on commit 431b3c3

Please sign in to comment.