Add ClearML Agent clarification (#297)

This commit is contained in:
pollfly 2022-08-01 10:53:43 +03:00 committed by GitHub
parent 8afe79d3ee
commit 5476908523
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -180,6 +180,9 @@ In case a `clearml.conf` file already exists, add a few ClearML Agent specific c
## Execution
### Spinning Up an Agent
You can spin up an agent on any machine: on-prem and/or cloud instance. When spinning up an agent, you assign it to
service a queue(s). Utilize the machine by enqueuing tasks to the queue that the agent is servicing, and the agent will
pull and execute the tasks.
#### Executing an Agent
To execute an agent, listening to a queue, run: