From 7d771f225d8e1135a2f752c3b1f93f74995b914f Mon Sep 17 00:00:00 2001 From: Revital Date: Sun, 22 Aug 2021 07:45:59 +0300 Subject: [PATCH] fix --queue tag in example --- docs/references/clearml_agent_ref.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/references/clearml_agent_ref.md b/docs/references/clearml_agent_ref.md index 0f0597ea..354edd81 100644 --- a/docs/references/clearml_agent_ref.md +++ b/docs/references/clearml_agent_ref.md @@ -213,7 +213,7 @@ Use the `daemon` subcommand to run a worker, optionally in a Docker container, l **`dynamic-gpus`** -* Allow to dynamically allocate gpus based on queue properties, configure with `--queues =`. +* Allow to dynamically allocate gpus based on queue properties, configure with `--queue =`. For example: `--dynamic-gpus --queue dual_gpus=2 single_gpu=1`