Disable the GPU list if auto is enabled

This commit is contained in:
cmdr2
2022-11-14 13:02:36 +05:30
parent 027b2e1b88
commit f904945d40
3 changed files with 20 additions and 10 deletions

View File

@ -83,7 +83,7 @@ var PARAMETERS = [
id: "use_gpus",
type: ParameterType.select_multiple,
label: "GPUs to use",
note: "select multiple GPUs to process in parallel",
note: "to process in parallel",
default: false,
},
{