You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to use the webgpu backend, I get the error:
JS execution provider is not supported in this build.
Error: Can't append execution provider: JS
at t.setSessionOptions ...
at t.createSessionFinalize ...
at t.createSession ...
at t.OnnxruntimeWebAssemblySessionHandler.loadModel ...
at async Object.createSessionHandler
at d.create
To reproduce
This happens for any model when running with webgpu. See my previous issue (#15719) for steps to reproduce, but just add webgpu as a backend.
Urgency
Not that urgent, but would be nice to get working
ONNX Runtime Installation
Released Package
ONNX Runtime Version or Commit ID
1.15.0
Execution Provider
'webgpu' (WebGPU)
The text was updated successfully, but these errors were encountered:
Describe the issue
When attempting to use the
webgpu
backend, I get the error:To reproduce
This happens for any model when running with webgpu. See my previous issue (#15719) for steps to reproduce, but just add
webgpu
as a backend.Urgency
Not that urgent, but would be nice to get working
ONNX Runtime Installation
Released Package
ONNX Runtime Version or Commit ID
1.15.0
Execution Provider
'webgpu' (WebGPU)
The text was updated successfully, but these errors were encountered: