Skip to content

Commit

Permalink
Merge branch 'main' into ayushmishra/batch-score-oss
Browse files Browse the repository at this point in the history
  • Loading branch information
novaturient95 authored Sep 24, 2024
2 parents 1a78f68 + 34d2e76 commit 53ece9c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 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.21
version: 0.0.22
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-data-import/versions/3
environment: azureml://registries/azureml/environments/acft-hf-nlp-data-import/versions/4

inputs:
task_name:
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_chat_completion_finetune
version: 0.0.21
version: 0.0.22
type: command

is_deterministic: True

display_name: OSS Chat Completion Finetune
description: FTaaS component to finetune model for Chat Completion task

environment: azureml://registries/azureml/environments/acft-hf-nlp-gpu/versions/67
environment: azureml://registries/azureml/environments/acft-hf-nlp-gpu/versions/72

inputs:
task_name:
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.21
version: 0.0.22
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/67
environment: azureml://registries/azureml/environments/acft-hf-nlp-gpu/versions/72

inputs:
task_name:
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_chat_completion_pipeline
version: 0.0.21
version: 0.0.22
type: pipeline
display_name: OSS Chat Completion Pipeline
description: FTaaS Pipeline component for chat completion
Expand Down Expand Up @@ -123,7 +123,7 @@ outputs:
jobs:
oss_text_generation_data_import:
type: command
component: azureml:oss_text_generation_data_import:0.0.21
component: azureml:oss_text_generation_data_import:0.0.22
compute: '${{parent.inputs.compute_data_import}}'
resources:
instance_type: '${{parent.inputs.instance_type_data_import}}'
Expand All @@ -142,7 +142,7 @@ jobs:
user_column_names: 'messages'
oss_chat_completion_finetune:
type: command
component: azureml:oss_chat_completion_finetune:0.0.21
component: azureml:oss_chat_completion_finetune:0.0.22
compute: '${{parent.inputs.compute_finetune}}'
resources:
instance_type: '${{parent.inputs.instance_type_finetune}}'
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.21
version: 0.0.22
type: pipeline
display_name: OSS Text Generation Pipeline
description: FTaaS Pipeline component for text generation
Expand Down Expand Up @@ -138,7 +138,7 @@ outputs:
jobs:
oss_text_generation_data_import:
type: command
component: azureml:oss_text_generation_data_import:0.0.21
component: azureml:oss_text_generation_data_import:0.0.22
compute: '${{parent.inputs.compute_data_import}}'
resources:
instance_type: '${{parent.inputs.instance_type_data_import}}'
Expand All @@ -157,7 +157,7 @@ jobs:
user_column_names: '${{parent.inputs.text_key}},${{parent.inputs.ground_truth_key}}'
oss_text_generation_finetune:
type: command
component: azureml:oss_text_generation_finetune:0.0.21
component: azureml:oss_text_generation_finetune:0.0.22
compute: '${{parent.inputs.compute_finetune}}'
resources:
instance_type: '${{parent.inputs.instance_type_finetune}}'
Expand Down

0 comments on commit 53ece9c

Please sign in to comment.