From 592254709ed36a03ead7ed8263f5ebe816e3c526 Mon Sep 17 00:00:00 2001 From: allegroai <> Date: Thu, 14 Apr 2022 22:38:19 +0300 Subject: [PATCH] Fix typo --- docs/clearml.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/clearml.conf b/docs/clearml.conf index f22dffd..4cd9582 100644 --- a/docs/clearml.conf +++ b/docs/clearml.conf @@ -34,12 +34,12 @@ agent { # force_git_ssh_user: git # unique name of this worker, if None, created based on hostname:process_id - # Overridden with os environment: CLEARML_WORKER_NAME + # Overridden with os environment: CLEARML_WORKER_ID # worker_id: "clearml-agent-machine1:gpu0" worker_id: "" # worker name, replaces the hostname when creating a unique name for this worker - # Overridden with os environment: CLEARML_WORKER_ID + # Overridden with os environment: CLEARML_WORKER_NAME # worker_name: "clearml-agent-machine1" worker_name: ""