From 20bdbb7317ef84de7e4282565baa9511392d8561 Mon Sep 17 00:00:00 2001 From: Bo-Chun Louis Chen <louistw@uab.edu> Date: Fri, 12 Jan 2024 12:19:57 -0600 Subject: [PATCH] Update min gpu to 0 in the form --- form.yml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/form.yml.erb b/form.yml.erb index 24c5b9d..4b2fe3b 100644 --- a/form.yml.erb +++ b/form.yml.erb @@ -88,7 +88,7 @@ attributes: widget: "number_field" label: Number of GPUs value: 1 - min: 1 + min: 0 max: 4 step: 1 -- GitLab