Small edits (#712)

This commit is contained in:
pollfly 2023-11-21 14:54:11 +02:00 committed by GitHub
parent 48cefb0a97
commit 397a30f9bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ slug: /
ClearML is an open source platform that automates and simplifies developing and managing machine learning solutions
for thousands of data science teams all over the world.
It is designed as an end-to-end MLOps and LLMOps suite allowing you to focus on developing your ML code & automation,
It is designed as an end-to-end MLOps and LLMOps suite allowing you to focus on developing your ML code and automation,
while ClearML ensures your work is reproducible and scalable.

View File

@ -11,13 +11,13 @@ up new instances when there aren't enough to execute pending tasks.
## Running the ClearML AWS Autoscaler
run the ClearML AWS autoscaler in one of these ways:
Run the ClearML AWS autoscaler in one of these ways:
* Run the [aws_autoscaler.py](https://github.com/allegroai/clearml/blob/master/examples/services/aws-autoscaler/aws_autoscaler.py)
script locally
* 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 services uses by default the `NVIDIA Deep Learning AMI v20.11.0-46a68101-e56b-41cd-8e32-631ac6e5d02b` AMI.
:::
### Running the Script