Skip to content

Commit

Permalink
Addition to readme about compute instance creation
Browse files Browse the repository at this point in the history
  • Loading branch information
matsuobasho committed Oct 13, 2023
1 parent d3abcfe commit e5ded6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<ws_name> group=<resource_group_name>`

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`
Expand Down

0 comments on commit e5ded6f

Please sign in to comment.