fix --queue tag in example

This commit is contained in:
Revital
2021-08-22 07:45:59 +03:00
parent 37583dba87
commit 7d771f225d

View File

@@ -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 <queue_name>=<num_gpus>`.
* Allow to dynamically allocate gpus based on queue properties, configure with `--queue <queue_name>=<num_gpus>`.
For example: `--dynamic-gpus --queue dual_gpus=2 single_gpu=1`