I set it up like this: clearml-agent daemon --detached --gpus 0,1,2 --queue single-gpu-24 --docker
but when I create the session : clearml-session --docker xyz --git-credentials
and I run nvidia-smi
I only see one gpu
found out the command swaps singular and plural. It's --gpus 0 and --gpu 0,1,2
Hi @<1535069219354316800:profile|PerplexedRaccoon19> , it depends on how you run the agent that is listening to your queue. If you set it to run with multiple gpus you'd be able to utilize multiple gpus in your sessions 🙂