Skip to content

Commit 0dbbcfa

Browse files
authored
Update how-to-interactive-jobs.md
1 parent 23b93ef commit 0dbbcfa

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

articles/machine-learning/how-to-interactive-jobs.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -147,20 +147,20 @@ If you don't see the above options, make sure you have enabled the "Debug & moni
147147
job_service_type: ssh
148148
ssh_public_keys: <paste the entire pub key content>
149149
nodes: all
150-
```
150+
```
151151

152-
The `services` section specifies the training applications you want to interact with.
152+
The `services` section specifies the training applications you want to interact with.
153153

154-
You can put `sleep <specific time>` at the end of the command to specify the amount of time you want to reserve the compute resource. The format follows:
155-
* sleep 1s
156-
* sleep 1m
157-
* sleep 1h
158-
* sleep 1d
154+
You can put `sleep <specific time>` at the end of the command to specify the amount of time you want to reserve the compute resource. The format follows:
155+
* sleep 1s
156+
* sleep 1m
157+
* sleep 1h
158+
* sleep 1d
159159

160-
You can also use the `sleep infinity` command that would keep the job alive indefinitely.
160+
You can also use the `sleep infinity` command that would keep the job alive indefinitely.
161161

162-
> [!NOTE]
163-
> If you use `sleep infinity`, you will need to manually [cancel the job](./how-to-interactive-jobs.md#end-job) to let go of the compute resource (and stop billing).
162+
> [!NOTE]
163+
> If you use `sleep infinity`, you will need to manually [cancel the job](./how-to-interactive-jobs.md#end-job) to let go of the compute resource (and stop billing).
164164
165165
2. Run command `az ml job create --file <path to your job yaml file> --workspace-name <your workspace name> --resource-group <your resource group name> --subscription <sub-id> `to submit your training job. For more details on running a job via CLIv2, check out this [article](./how-to-train-model.md).
166166

0 commit comments

Comments
 (0)