Skip to content

Commit

Permalink
Trigger component register
Browse files Browse the repository at this point in the history
Signed-off-by: Brynn Yin <[email protected]>
  • Loading branch information
brynn-code committed Feb 2, 2024
1 parent f277780 commit f294643
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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: my_eval
# version: 1b
version: 1b
display_name: Eval
type: command
inputs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json
name: my_score
# version: 1b
version: 1b
display_name: Score
type: command
inputs:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$schema: https://azuremlschemas.azureedge.net/latest/commandComponent.schema.json
name: my_train
display_name: Train_upper_case
# version: 1b
version: 1b
type: command
inputs:
training_data:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ distribution:
process_count_per_instance: 1
resources:
instance_count: 2
environment: azureml:acpt-pytorch-1.13-cuda11.7:latest
environment: mcr.microsoft.com/azureml/curated/acpt-pytorch-1.13-cuda11.7:27
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ distribution:
process_count_per_instance: 1
resources:
instance_count: 2
environment: azureml:acpt-pytorch-1.13-cuda11.7:latest
environment: mcr.microsoft.com/azureml/curated/acpt-pytorch-1.13-cuda11.7:27

0 comments on commit f294643

Please sign in to comment.