From 37583dba8713886b5eaa5f12f1e167bcd184cc17 Mon Sep 17 00:00:00 2001 From: Revital Date: Sun, 22 Aug 2021 07:21:37 +0300 Subject: [PATCH] fix --queue tag in example --- docs/clearml_agent.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/clearml_agent.md b/docs/clearml_agent.md index 353eaf50..561bdc31 100644 --- a/docs/clearml_agent.md +++ b/docs/clearml_agent.md @@ -487,7 +487,7 @@ An agent can be spun on multiple GPUs (e.g. 8 GPUs, `--gpus 0-7`), and then atta queues that are configured to run with a certain amount of resources: ```console -clearml-agent daemon --dynamic-gpus --gpus 0-7 --queues quad_gpu=4 dual_gpu=2 +clearml-agent daemon --dynamic-gpus --gpus 0-7 --queue quad_gpu=4 dual_gpu=2 ``` The agent can now spin multiple Tasks from the different queues based on the number of GPUs configured to the queue.