mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
Fix clearml-agent dynamic gpu example (#43)
add --gpus flag fix --queue flag
This commit is contained in:
@@ -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`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user