Skip to content

Commit

Permalink
FTaaS release 0.0.9 (#2287)
Browse files Browse the repository at this point in the history
  • Loading branch information
skanakamedal authored Feb 8, 2024
1 parent c284592 commit dc7056d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json
name: oss_text_generation_data_import
version: 0.0.8
version: 0.0.9
type: command

is_deterministic: True

display_name: OSS Text Generation Data Import
description: FTaaS component to copy user training data to output

environment: azureml://registries/azureml/environments/acft-hf-nlp-gpu/versions/37
environment: azureml://registries/azureml/environments/acft-hf-nlp-gpu/versions/39

inputs:
# Inputs
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json
name: oss_text_generation_finetune
version: 0.0.8
version: 0.0.9
type: command

is_deterministic: True

display_name: OSS Text Generation Finetune
description: FTaaS component to finetune model for Text Generation task

environment: azureml://registries/azureml/environments/acft-hf-nlp-gpu/versions/37
environment: azureml://registries/azureml/environments/acft-hf-nlp-gpu/versions/39

inputs:
mlflow_model_path:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$schema: https://azuremlschemas.azureedge.net/latest/pipelineComponent.schema.json
name: oss_text_generation_pipeline
version: 0.0.8
version: 0.0.9
type: pipeline
display_name: OSS Text Generation Pipeline
description: FTaaS Pipeline component for text generation
Expand Down Expand Up @@ -126,7 +126,7 @@ outputs:
jobs:
oss_text_generation_data_import:
type: command
component: azureml:oss_text_generation_data_import:0.0.8
component: azureml:oss_text_generation_data_import:0.0.9
compute: '${{parent.inputs.compute_data_import}}'
resources:
instance_type: '${{parent.inputs.instance_type_data_import}}'
Expand All @@ -141,7 +141,7 @@ jobs:
system_properties: '${{parent.inputs.system_properties}}'
oss_text_generation_finetune:
type: command
component: azureml:oss_text_generation_finetune:0.0.8
component: azureml:oss_text_generation_finetune:0.0.9
compute: '${{parent.inputs.compute_finetune}}'
resources:
instance_type: '${{parent.inputs.instance_type_finetune}}'
Expand Down

0 comments on commit dc7056d

Please sign in to comment.