From 3f1ce847dcaf70623fd3026168878631bd2fee17 Mon Sep 17 00:00:00 2001 From: Luca Cerone Date: Thu, 1 Sep 2022 16:18:48 +0200 Subject: [PATCH] Fixed documentation (#117) * Fixed documentation * Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22b8cdb..803279a 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ with `--cpu-only`). If no flag is set, and `NVIDIA_VISIBLE_DEVICES` variable doesn't exist, all GPU's will be allocated for the `clearml-agent`
-If `--cpu-only` flag is set, or `NVIDIA_VISIBLE_DEVICES` is an empty string (""), no gpu will be allocated for +If `--cpu-only` flag is set, or `NVIDIA_VISIBLE_DEVICES="none"`, no gpu will be allocated for the `clearml-agent` Example: spin two agents, one per gpu on the same machine: