We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b5e5ed commit a536b8dCopy full SHA for a536b8d
src/backends/onnx.js
@@ -83,6 +83,7 @@ if (ORT_SYMBOL in globalThis) {
83
break;
84
}
85
86
+ supportedDevices.push('webgpu');
87
supportedDevices.push('cpu');
88
defaultDevices = ['cpu'];
89
} else {
0 commit comments