Skip to content

Commit

Permalink
Merge branch 'main' into zetia/check-compute-before-creation
Browse files Browse the repository at this point in the history
  • Loading branch information
zetiaatgithub authored Mar 5, 2024
2 parents 6e26f67 + 5d849ce commit 67d5b9a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions cli/jobs/basics/hello-pipeline-io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ display_name: hello_pipeline_io
jobs:
hello_job:
command: echo "hello" && echo "world" > ${{outputs.world_output}}/world.txt
environment: azureml:AzureML-sklearn-1.0-ubuntu20.04-py38-cpu@latest
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
compute: azureml:cpu-cluster
outputs:
world_output:
world_job:
command: cat ${{inputs.world_input}}/world.txt
environment: azureml:AzureML-sklearn-1.0-ubuntu20.04-py38-cpu:1
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
compute: azureml:cpu-cluster
inputs:
world_input: ${{parent.jobs.hello_job.outputs.world_output}}
Expand Down
4 changes: 2 additions & 2 deletions cli/jobs/basics/hello-pipeline-settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ settings:
jobs:
hello_job:
command: echo 202204190 & echo "hello"
environment: azureml:AzureML-sklearn-1.0-ubuntu20.04-py38-cpu:1
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
world_job:
command: echo 202204190 & echo "hello"
environment: azureml:AzureML-sklearn-1.0-ubuntu20.04-py38-cpu:1
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
2 changes: 1 addition & 1 deletion cli/jobs/basics/hello-sweep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ trial:
--B ${{search_space.B}}
--C ${{search_space.C}}
code: src
environment: azureml:AzureML-sklearn-1.0-ubuntu20.04-py38-cpu@latest
environment: azureml://registries/azureml/environments/sklearn-1.0/labels/latest
inputs:
A: 0.5
sampling_algorithm: random
Expand Down

0 comments on commit 67d5b9a

Please sign in to comment.