Skip to content

Commit

Permalink
update compute name (#2727)
Browse files Browse the repository at this point in the history
* update compute name

* update compute in pipeline yaml
  • Loading branch information
qjxu authored Oct 12, 2023
1 parent f30476c commit ebf855a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@
}
},
"source": [
"#### Create compute cluster with name `cpu-cluster` in the project workspace\n",
"#### Create compute cluster with name `cpu-cluster-fs` in the project workspace\n",
"This will be needed when we run training/batch inference jobs"
]
},
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

inference_step:
type: command
compute: azureml:cpu-cluster
compute: azureml:cpu-cluster-fs
code: ../batch_inference/src
environment:
image: mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu20.04
Expand All @@ -58,4 +58,4 @@ jobs:
python batch_inference.py
--inference_data ${{inputs.inference_data}}
--model_input ${{inputs.model_input}}
--output_data ${{outputs.data_with_prediction}}
--output_data ${{outputs.data_with_prediction}}
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

training_step:
type: command
compute: azureml:cpu-cluster
compute: azureml:cpu-cluster-fs
code: ../train/src
environment:
image: mcr.microsoft.com/azureml/openmpi4.1.0-ubuntu20.04
Expand Down

0 comments on commit ebf855a

Please sign in to comment.