Unanswered
What Is The Recommended Way To Stop The Execution Of A Specific Agent?
This Command Doesn'T Allow Me To Specify The Agent Ip I Want To Stop:
Hmmm that is a good use case to have (maybe we should have --stop get an argument ?)
Meanwhile you can do$ clearml-agent daemon --gpus 0 --queue default $ clearml-agent daemon --gpus 1 --queue default then to stop only the second one: $ clearml-agent daemon --gpus 1 --queue default --stop
wdyt?
157 Views
0
Answers
3 years ago
one year ago