Skip to content

Commit

Permalink
update component versions in text_classification_pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
hakotesova committed Jan 16, 2025
1 parent d673a6d commit 22cc306
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ jobs:
auto_find_batch_size: '${{parent.inputs.auto_find_batch_size}}'
text_classification_model_import:
type: command
component: azureml:text_classification_model_import:0.0.65
component: azureml:text_classification_model_import:0.0.66
compute: '${{parent.inputs.compute_model_import}}'
resources:
instance_type: '${{parent.inputs.instance_type_model_import}}'
Expand Down Expand Up @@ -583,7 +583,7 @@ jobs:
model_selector_output: '${{parent.jobs.text_classification_model_import.outputs.output_dir}}'
text_classification_finetune:
type: command
component: azureml:text_classification_finetune:0.0.65
component: azureml:text_classification_finetune:0.0.66
compute: '${{parent.inputs.compute_finetune}}'
distribution:
type: pytorch
Expand Down Expand Up @@ -640,7 +640,7 @@ jobs:
pytorch_model_folder: '${{parent.outputs.pytorch_model_folder}}'
ft_nlp_model_converter:
type: command
component: azureml:ft_nlp_model_converter:0.0.64
component: azureml:ft_nlp_model_converter:0.0.66
compute: '${{parent.inputs.compute_finetune}}'
resources:
instance_type: '${{parent.inputs.instance_type_finetune}}'
Expand Down

0 comments on commit 22cc306

Please sign in to comment.