Skip to content

Commit

Permalink
bump version for release (#2092)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamrk04 authored Jan 9, 2024
1 parent d45cc2e commit 7fc0e6d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ jobs:
# Preparer
batch_inference_preparer:
type: command
component: azureml:batch_inference_preparer:0.0.4
component: azureml:batch_inference_preparer:0.0.5
inputs:
input_dataset: ${{parent.inputs.input_dataset}}
model_type: ${{parent.inputs.model_type}}
Expand All @@ -167,7 +167,7 @@ jobs:
# Inference
endpoint_batch_score:
type: parallel
component: azureml:batch_benchmark_score:0.0.3
component: azureml:batch_benchmark_score:0.0.4
inputs:
model_type: ${{parent.inputs.model_type}}
online_endpoint_url: ${{parent.inputs.endpoint_url}}
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
# Reformat
batch_output_formatter:
type: command
component: azureml:batch_output_formatter:0.0.4
component: azureml:batch_output_formatter:0.0.5
inputs:
model_type: ${{parent.inputs.model_type}}
batch_inference_output: ${{parent.jobs.endpoint_batch_score.outputs.mini_batch_results_out_directory}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ type: command
name: batch_inference_preparer
display_name: Batch Inference Preparer
description: Prepare the jsonl file and endpoint for batch inference component.
version: 0.0.4
version: 0.0.5

inputs:
input_dataset:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: batch_output_formatter
version: 0.0.4
version: 0.0.5
display_name: Batch Output Formatter
is_deterministic: True
type: command
Expand Down
2 changes: 1 addition & 1 deletion assets/aml-benchmark/components/prompt_crafter/spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ display_name: Prompt Crafter
description: This component is used to create prompts from a given dataset. From a
given jinja prompt template, it will generate prompts. It can also create
few-shot prompts given a few-shot dataset and the number of shots.
version: 0.0.3
version: 0.0.4
is_deterministic: true

inputs:
Expand Down

0 comments on commit 7fc0e6d

Please sign in to comment.