From c040598936051708f3a43665efe7e9a16844fb1d Mon Sep 17 00:00:00 2001 From: SitaRam Chaitanya Kanakamedala Date: Mon, 23 Dec 2024 18:30:34 +0530 Subject: [PATCH] Updating text-generation pipeline component --- .../pipeline_components/text_generation/spec.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/training/finetune_acft_hf_nlp/components/pipeline_components/text_generation/spec.yaml b/assets/training/finetune_acft_hf_nlp/components/pipeline_components/text_generation/spec.yaml index ef984737c0..f5372b2c39 100644 --- a/assets/training/finetune_acft_hf_nlp/components/pipeline_components/text_generation/spec.yaml +++ b/assets/training/finetune_acft_hf_nlp/components/pipeline_components/text_generation/spec.yaml @@ -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 @@ -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}}' @@ -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}}' @@ -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