diff --git a/templates/questions/resources.yaml b/templates/questions/resources.yaml index 4422e3ce6a0..1ecf4c04584 100644 --- a/templates/questions/resources.yaml +++ b/templates/questions/resources.yaml @@ -1,15 +1,4 @@ - # Specify GPU configuration - - variable: scaleGPU - label: "GPU Configuration" - group: "Resources and Devices" - schema: - type: dict - $ref: - - "definitions/gpuConfiguration" - attrs: [] - - - variable: advancedresources label: "Set Custom Resource Limits/Requests (Advanced)" group: "Resources and Devices" @@ -98,3 +87,13 @@ schema: type: string default: "/dev/ttyACM0" + + # Specify GPU configuration + - variable: scaleGPU + label: "GPU Configuration" + group: "Resources and Devices" + schema: + type: dict + $ref: + - "definitions/gpuConfiguration" + attrs: []