Small edits (#955)

This commit is contained in:
pollfly 2024-11-03 16:42:54 +02:00 committed by GitHub
parent be102be4c3
commit 4898e0b319
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@ title: Version 1.9
### ClearML Agent 1.9.2
**New Features and Bug Fixes**
* Handle OSError when checking for is_file ([ClearML GitHub issue #1337](https://github.com/allegroai/clearml/issues/1337))
* Handle OSError when checking for `is_file` ([ClearML GitHub issue #1337](https://github.com/allegroai/clearml/issues/1337))
* Add support for pip legacy resolver for versions specified using the `agent.package_manager.pip_legacy_resolver` configuration option
* Add skip existing packages
* Fix report index not advancing in resource monitoring causes more than one GPU not to be reported

View File

@ -50,7 +50,7 @@ UI storage credential vaults configure UI access to cloud storage credentials fo
1. Fill in vault details:
1. Vault name - Name that appears in the Administrator Vaults table
1. User Group - Specify the User Group that the vault affects
1. Target - Select `UI storage credentials`
1. Target - Vault type. Select `UI storage credentials`
1. \+ Add access keys - Enter storage credentials (see [Browser Cloud Storage Access](webapp_settings_profile.md#browser-cloud-storage-access))
1. Click **Save**

View File

@ -91,7 +91,7 @@ these credentials cannot be recovered.
**To revoke ClearML credentials:** hover over the desired credentials, and click <img src="/docs/latest/icons/ico-trash.svg" alt="Trash can" className="icon size-md" />
## AI Application Gateway Tokens
### AI Application Gateway Tokens
:::important Enterprise Feature
This feature is available under the ClearML Enterprise plan.

View File

@ -226,7 +226,7 @@ The **INFO** tab shows extended experiment information:
### Latest Events Log
:::important Enterprise Feature
This feature is available under the ClearML Enterprise plan
This feature is available under the ClearML Enterprise plan.
:::
The Enterprise Server also displays a detailed history of task activity:

View File

@ -36,7 +36,7 @@ The WebApp's sidebar provides access to the following modules:
<img src="/docs/latest/icons/ico-pipelines.svg" alt="Pipelines" className="icon size-md space-sm" /> <a href="pipelines/webapp_pipeline_page">Pipelines</a> - View and manage your pipelines.
</li>
<li>
<img src="/docs/latest/icons/ico-model-endpoints.svg" alt="Model endpoints" className="icon size-md space-sm" /> <a href="pipelines/webapp_pipeline_page">Model Endpoints</a> - Monitor your live model endpoints (available in the ClearML Enterprise plan).
<img src="/docs/latest/icons/ico-model-endpoints.svg" alt="Model endpoints" className="icon size-md space-sm" /> <a href="webapp_model_endpoints">Model Endpoints</a> - Monitor your live model endpoints (available in the ClearML Enterprise plan).
</li>
<li>
<img src="/docs/latest/icons/ico-reports.svg" alt="Reports" className="icon size-md space-sm" /> <a href="webapp_reports">Reports</a> - View and manage your reports.