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