Description
After loading the model, any inference attempt fails immediately with:
Something went wrong: failed to call OrtRun(). ERROR_CODE: 1, ERROR_MESSAGE:
/mnt/vss/_work/1/s/onnxruntime/core/providers/webgpu/buffer_manager.cc:543
status == wgpu::MapAsyncStatus::Success was false.
Failed to download data from buffer: Failed to execute 'mapAsync' on 'GPUBuffer':
[Invalid Buffer (unlabeled)] is invalid due to a previous error.
Environment
- OS: macOS (Darwin 25.4.0)
- GPU: Apple M1 Max (Metal 4)
- Browser: Chrome (WebGPU enabled)
- Model: gemma-4-E2B (default)
Description
After loading the model, any inference attempt fails immediately with:
Environment