diff --git a/README.md b/README.md index 70a7576..c315189 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,9 @@ Enter commands in the cli. 1. Configure default workspace and environment. This allows you to not have to specify these arguments in subsequent calls.\ `az configure --defaults workspace= group=` -2. Create compute instance. Specify the location and computes that you have access to under your Azure subscription in the compute yaml file. \ +2. Create compute instance. Specify the location and computes that you have access to under your Azure subscription in the compute yaml file, along with the compute name. \ `az ml compute create -f cloud/compute.yml` +In pipeline.yaml, specify the compute you've created under the default_compute field. 2. Create environment. This leverages the `environment.yaml` file to create a custom environment.\ `az ml environment create -f codegen_model_comparison/cloud/environment/environment.yaml`