docs restructure - WIP

This commit is contained in:
alnoam
2025-02-20 18:28:52 +02:00
parent 1bc295cd86
commit ae264a8c3b
2 changed files with 4 additions and 12 deletions

View File

@@ -21,7 +21,7 @@ clearml-agent daemon --dynamic-gpus --gpus 0-2 --queue dual_gpus=2 single_gpu=1
Make sure to include the `--docker` flag, as dynamic GPU allocation is only supported in [Docker Mode](clearml_agent_execution_env.md#docker-mode).
:::
## Example
#### Example
Let's say a server has three queues:
* `dual_gpu`

View File

@@ -20,17 +20,9 @@ module.exports = {
label: 'Infrastructure Control Plane (GPUaaS)',
items: [
'fundamentals/agents_and_queues',
{
type: 'category',
collapsible: true,
collapsed: true,
label: 'ClearML Agent',
link: {type: 'doc', id: 'clearml_agent'},
items: [
'clearml_agent/clearml_agent_dynamic_gpus',
'clearml_agent/clearml_agent_fractional_gpus',
]
},
'clearml_agent',
'clearml_agent/clearml_agent_dynamic_gpus',
'clearml_agent/clearml_agent_fractional_gpus',
{
type: 'category',
collapsible: true,