Skip to content

Commit

Permalink
[BugFix]: Component update for new fixed source flie
Browse files Browse the repository at this point in the history
  • Loading branch information
yeshsurya committed Oct 10, 2024
1 parent 64c7b77 commit 739baa4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json
name: chat_completion_model_import
version: 0.0.61
version: 0.0.62
type: command

is_deterministic: True
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: chat_completion_pipeline
version: 0.0.63
version: 0.0.64
type: pipeline
display_name: Chat Completion Pipeline
description: Pipeline Component to finetune Hugging Face pretrained models for chat completion task. The component supports optimizations such as LoRA, Deepspeed and ONNXRuntime for performance enhancement. See [docs](https://aka.ms/azureml/components/chat_completion_pipeline) to learn more.
Expand Down Expand Up @@ -532,7 +532,7 @@ jobs:
auto_find_batch_size: '${{parent.inputs.auto_find_batch_size}}'
chat_completion_model_import:
type: command
component: azureml:chat_completion_model_import:0.0.61
component: azureml:chat_completion_model_import:0.0.62
compute: '${{parent.inputs.compute_model_import}}'
resources:
instance_type: '${{parent.inputs.instance_type_model_import}}'
Expand Down

0 comments on commit 739baa4

Please sign in to comment.