mirror of
https://github.com/clearml/clearml-docs
synced 2025-03-03 18:53:37 +00:00
Add cross-platform agent execution info (#349)
This commit is contained in:
parent
dd9ab1fe17
commit
ff3d85da56
@ -184,6 +184,18 @@ You can spin up an agent on any machine: on-prem and/or cloud instance. When spi
|
|||||||
service a queue(s). Utilize the machine by enqueuing tasks to the queue that the agent is servicing, and the agent will
|
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.
|
pull and execute the tasks.
|
||||||
|
|
||||||
|
:::tip cross-platform execution
|
||||||
|
ClearML Agent is platform agnostic. When using the ClearML Agent to execute experiments cross-platform, set platform
|
||||||
|
specific environment variables before launching the agent.
|
||||||
|
|
||||||
|
For example, to run an agent on an ARM device, set the core type environment variable before spinning up the agent:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
export OPENBLAS_CORETYPE=ARMV8
|
||||||
|
clearml-agent daemon --queue <queue_name>
|
||||||
|
```
|
||||||
|
:::
|
||||||
|
|
||||||
#### Executing an Agent
|
#### Executing an Agent
|
||||||
To execute an agent, listening to a queue, run:
|
To execute an agent, listening to a queue, run:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user