From af9a1831b1a0877ce13c29fd7187468e95141371 Mon Sep 17 00:00:00 2001 From: Gerardwx Date: Thu, 2 May 2024 11:27:20 -0400 Subject: [PATCH] Update README.md require_gpus = (GlobalMemoryMb >= 1) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fccdff0..087f1a2 100644 --- a/README.md +++ b/README.md @@ -331,7 +331,7 @@ can use this to manually step through the actions your job would take and explor To request a GPU and a certain amount of GPU memory ``` gpus_minimum_memory = 1MB -request_gpus = 1 +require_gpus = (GlobalMemoryMb >= 1) ``` It is best not to request excessive resources, as this with lower your relative user priority compared