Fix clearml-agent dynamic gpu example (#43)

add --gpus flag
fix --queue flag
This commit is contained in:
pollfly
2021-08-22 15:08:57 +03:00
committed by GitHub
parent d5942a025c
commit df935fa049
2 changed files with 3 additions and 3 deletions

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`