diff --git a/templates/questions/general/resources.yaml b/templates/questions/general/resources.yaml index 720ad8099f6..4ab88323da0 100644 --- a/templates/questions/general/resources.yaml +++ b/templates/questions/general/resources.yaml @@ -102,11 +102,16 @@ additional_attrs: true type: dict attrs: - # Specify GPU configuration - variable: gpu - label: Select GPU + label: "" schema: type: dict - $ref: - - "definitions/gpuConfiguration" - attrs: [] + attrs: + # Specify GPU configuration + - variable: gpuConfig + label: Select GPU + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: []