Small edits (#462)

This commit is contained in:
pollfly 2023-01-31 13:52:01 +02:00 committed by GitHub
parent cbe6ee41f7
commit 40e0cca543
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -329,14 +329,14 @@ ___
**`agent.worker_id`** (*string*)
* When creating a worker, assign the worker a name.
* When creating a worker, assign the worker an ID.
* If specified, a unique name for the worker. For example, `clearml-agent-machine1:gpu0`.
* If not specified, the following is used: `<hostname>:<process_id>`.
For example, `MyHost:12345`.
Alternatively, specify the environment variable `CLEARML_WORKER_NAME` to override this worker name.
Alternatively, specify the environment variable `CLEARML_WORKER_ID` to override this worker name.
---
@ -345,7 +345,7 @@ ___
* Use to replace the hostname when creating a worker if `agent.worker_id` is not specified. For example, if `worker_name`
is `MyMachine` and the `process_id` is `12345`, then the worker is named `MyMachine.12345`.
Alternatively, specify the environment variable `CLEARML_WORKER_ID` to override this worker name.
Alternatively, specify the environment variable `CLEARML_WORKER_NAME` to override this worker name.
<br/>