[Web] Can't use Conv3DNaive on webgpu #22974
Labels
ep:WebGPU
ort-web webgpu provider
platform:web
issues related to ONNX Runtime web; typically submitted using template
Describe the issue
When there is a Conv3d op in an q4f16 quantized onnx model, it throws the following error:
I think it's this op here specifically that is causing the error:
This does not happen on WASM, but only on the webgpu exec provider.
To reproduce
Visit https://huggingface.co/spaces/pdufour/Qwen2VL_TransformersJS_Demo (space I setup to use this model)
Select q4f16 model to load
Select example image and type in text and hit enter
Actual results
See error mentioned above
Expected results
Should process query
ONNX Runtime Version or Commit ID
1.20.1
Execution Provider
'webgpu' (WebGPU)
The text was updated successfully, but these errors were encountered: