Refactor ClearML Agent pages (#312)

This commit is contained in:
pollfly
2022-08-15 17:31:02 +03:00
committed by GitHub
parent de0be44c5e
commit aea7de24e8
15 changed files with 581 additions and 547 deletions

View File

@@ -1,5 +1,5 @@
---
title: ClearML Agent
title: ClearML Agent Overview
---
**ClearML Agent** is a virtual environment and execution manager for DL / ML solutions on GPU machines. It integrates with the **ClearML Python Package** and ClearML Server to provide a full AI cluster solution. <br/>
@@ -33,7 +33,7 @@ automated workflows in one (or both) of the following ways:
* By using the **ClearML Web UI** (without directly working with code), by enqueuing experiments
to the queue that a **ClearML Agent** is listening to.
For more information, see [ClearML Agent Reference](references/clearml_agent_ref.md),
For more information, see [ClearML Agent Reference](clearml_agent/clearml_agent_ref.md),
and [configuration options](configs/clearml_conf.md#agent-section).