Skip to content

Commit

Permalink
Updating text-generation pipeline component (#3702)
Browse files Browse the repository at this point in the history
  • Loading branch information
skanakamedal authored Dec 23, 2024
1 parent f28200e commit 7180cc6
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$schema: https://azuremlschemas.azureedge.net/latest/pipelineComponent.schema.json
name: text_generation_pipeline
version: 0.0.66
version: 0.0.67
type: pipeline
display_name: Text Generation Pipeline
description: Pipeline component for text generation
Expand Down Expand Up @@ -566,7 +566,7 @@ jobs:
auto_find_batch_size: '${{parent.inputs.auto_find_batch_size}}'
text_generation_model_import:
type: command
component: azureml:text_generation_model_import:0.0.64
component: azureml:text_generation_model_import:0.0.65
compute: '${{parent.inputs.compute_model_import}}'
resources:
instance_type: '${{parent.inputs.instance_type_model_import}}'
Expand All @@ -578,7 +578,7 @@ jobs:
system_properties: '${{parent.inputs.system_properties}}'
text_generation_datapreprocess:
type: command
component: azureml:text_generation_datapreprocess:0.0.64
component: azureml:text_generation_datapreprocess:0.0.65
compute: '${{parent.inputs.compute_preprocess}}'
resources:
instance_type: '${{parent.inputs.instance_type_preprocess}}'
Expand All @@ -598,7 +598,7 @@ jobs:
system_properties: '${{parent.inputs.system_properties}}'
text_generation_finetune:
type: command
component: azureml:text_generation_finetune:0.0.64
component: azureml:text_generation_finetune:0.0.65
compute: '${{parent.inputs.compute_finetune}}'
distribution:
type: pytorch
Expand Down

0 comments on commit 7180cc6

Please sign in to comment.