in src/nodes/client/text-to-text-specs.ts [24:32]
defaultValue: isWebGPUAvailable() ? Devices.webgpu : Devices.wasm,
type: CustomDataTypeEnum.DEVICES,
editorSpec: {
type: EditorType.DROPDOWN,
options: Object.values(Devices).map((value) => ({
value,
label: value,
})),
},