Small edits (#936)

This commit is contained in:
pollfly 2024-09-22 13:20:13 +03:00 committed by GitHub
parent 7171bd4cf6
commit 03b2e7d737
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 35 additions and 34 deletions

View File

@ -432,30 +432,31 @@ These settings define which Docker image and arguments should be used unless [ex
```
agent {
default_docker {
matche_rules [
{
image: "nvidia/cuda:10.1-cudnn7-runtime-ubuntu18.04"
arguments: "-e define=value"
match: {
script {
# Optional: must match all requirements (not partial)
requirements: {
# version selection matching PEP-440
pip: {
tensorflow: "~=2.6"
},
# Optional: matching based on regular expression, example: "^exact_match$"
repository: "/my_repository/"
branch: "main"
binary: "python3.6"
}
# Optional: matching based on regular expression, example: "^exact_match$"
project: "project/sub_project"
}
}
]
}
default_docker {
matche_rules [
{
image: "nvidia/cuda:10.1-cudnn7-runtime-ubuntu18.04"
arguments: "-e define=value"
match: {
script {
# Optional: must match all requirements (not partial)
requirements: {
# version selection matching PEP-440
pip: {
tensorflow: "~=2.6"
},
}
# Optional: matching based on regular expression, example: "^exact_match$"
repository: "/my_repository/"
branch: "main"
binary: "python3.6"
}
# Optional: matching based on regular expression, example: "^exact_match$"
project: "project/sub_project"
}
}
]
}
}
```

View File

@ -161,7 +161,7 @@ ClearML also provides `clearml-param-search`, a CLI utility for managing the hyp
## UI Application
:::info Pro Plan Offering
The ClearML HPO App is available under the ClearML Pro plan
The ClearML HPO App is available under the ClearML Pro plan.
:::
ClearML provides the [Hyperparameter Optimization GUI application](../webapp/applications/apps_hpo.md) for launching and

View File

@ -3,7 +3,7 @@ title: AWS Autoscaler
---
:::info Pro Plan Offering
The ClearML AWS Autoscaler App is available under the ClearML Pro plan
The ClearML AWS Autoscaler App is available under the ClearML Pro plan.
:::
The AWS Autoscaler Application optimizes AWS EC2 instance usage according to a user defined resource budget: define your

View File

@ -3,7 +3,7 @@ title: Project Dashboard
---
:::info Pro Plan Offering
The ClearML Project Dashboard App is available under the ClearML Pro plan
The ClearML Project Dashboard App is available under the ClearML Pro plan.
:::
The Project Dashboard Application provides an overview of a project's or workspace's progress. It presents an aggregated

View File

@ -3,7 +3,7 @@ title: GCP Autoscaler
---
:::info Pro Plan Offering
The ClearML GCP Autoscaler App is available under the ClearML Pro plan
The ClearML GCP Autoscaler App is available under the ClearML Pro plan.
:::
The GCP Autoscaler Application optimizes GCP VM instance usage according to a user defined instance budget: Define your

View File

@ -3,7 +3,7 @@ title: Overview
---
:::info Pro Plan Offering
ClearML Applications are available under the ClearML Pro plan
ClearML Applications are available under the ClearML Pro plan.
:::
Use ClearML's GUI Applications to manage ML workloads and automatically run your recurring workflows without any coding.

View File

@ -21,10 +21,10 @@ The application monitors the session's activity and shuts down if it is inactive
Once you have launched an app instance, you can view the following information in its dashboard:
* App status indicator
* <img src="/docs/latest/icons/ico-ssh-loading.svg" alt="Active instance" className="icon size-md space-sm" /> - Remote SSH session is setting up
* <img src="/docs/latest/icons/ico-ssh-active.svg" alt="Loading instance" className="icon size-md space-sm" /> - Remote SSH session is active
* <img src="/docs/latest/icons/ico-ssh-idle.svg" alt="Idle instance" className="icon size-md space-sm" /> - Remote SSH session is idle
* <img src="/docs/latest/icons/ico-ssh-stopped.svg" alt="Stopped instance" className="icon size-md space-sm" /> - Remote SSH session is stopped
* <img src="/docs/latest/icons/ico-ssh-loading.svg" alt="Active instance" className="icon size-lg space-sm" /> - Remote SSH session is setting up
* <img src="/docs/latest/icons/ico-ssh-active.svg" alt="Loading instance" className="icon size-lg space-sm" /> - Remote SSH session is active
* <img src="/docs/latest/icons/ico-ssh-idle.svg" alt="Idle instance" className="icon size-lg space-sm" /> - Remote SSH session is idle
* <img src="/docs/latest/icons/ico-ssh-stopped.svg" alt="Stopped instance" className="icon size-lg space-sm" /> - Remote SSH session is stopped
* Idle time
* Restored workspace - If a previous sessions workspace was restored, this will display its session ID
* Current session ID

View File

@ -21,7 +21,7 @@ in the ClearML Enterprise plan. See [Resource Policies](resource_policies.md))
## Autoscalers
:::info Pro Plan Offering
The ClearML Autoscaler apps are available under the ClearML Pro plan
The ClearML Autoscaler apps are available under the ClearML Pro plan.
:::
Use the **AUTOSCALERS** tab to access ClearML's cloud autoscaling applications: