Small edits (#715)

This commit is contained in:
pollfly 2023-11-22 13:26:38 +02:00 committed by GitHub
parent ab6ad5b2ad
commit a4aa5c5caa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -48,7 +48,7 @@ The sections below describe in more detail what happens in the controller task a
pipe.set_default_execution_queue('default')
```
1. Build the pipeline (see [PipelineController.add_step](../../references/sdk/automation_controller_pipelinecontroller.md#add_step)
1. Build the pipeline (see [`PipelineController.add_step`](../../references/sdk/automation_controller_pipelinecontroller.md#add_step)
method for complete reference):
The pipeline's [first step](#step-1---downloading-the-data) uses the pre-existing task

View File

@ -17,7 +17,7 @@ Run the ClearML AWS autoscaler in one of these ways:
* Launch through your [`services` queue](../../clearml_agent.md#services-mode)
:::note Default AMI
The autoscaler services uses by default the `NVIDIA Deep Learning AMI v20.11.0-46a68101-e56b-41cd-8e32-631ac6e5d02b` AMI.
The autoscaler service uses by default the `NVIDIA Deep Learning AMI v20.11.0-46a68101-e56b-41cd-8e32-631ac6e5d02b` AMI.
:::
### Running the Script
@ -78,9 +78,9 @@ When the script runs, a configuration wizard prompts for instance details and bu
Use spot instances? [y/N]: y
Select availability zone ['us-east-1b']:
Select the Amazon Machine Image id ['ami-07c95cafbb788face']:
Enter the Amazon EBS device ['/dev/xvda']:
Enter the Amazon EBS device ['/dev/sda1']:
Enter the Amazon EBS volume size (in GiB) [100]:
Enter the Amazon EBS volume type ['gp2']:
Enter the Amazon EBS volume type ['gp3']:
```
Name the instance type that was configured. Later in the configuration, use this name to create the budget.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 118 KiB

After

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB

After

Width:  |  Height:  |  Size: 45 KiB