web-llm
web-llm copied to clipboard
Chat demo is not working in Chrome 113.
I got following errors on your demo page.
Find an error initializing the WebGPU device Error: Cannot find adapter that matches the request
Init error, Error: Find an error initializing WebGPU: Error: Cannot find adapter that matches the request
needs chrome beta 113+
- try open chrome://flags
- search webgpu then enable it

I've tried chrome beta 114.0.5735.16 with webgpu enabled, but got same error. Ubuntu 20.04.
@lcw99 try this to check webgpu support status
https://webgpureport.org/

Today's Chrome update may solve this issue.
I've tried chrome beta 114.0.5735.16 with webgpu enabled, but got same error. Ubuntu 20.04.
It's not just WebGPU Developer features, but the unsafe WebGPU flag as well, no?
I've tried using Chrome Dev (115) and enabled WebGPU, still getting the exact same error. I've tried webgpureport.org and everything's working fine...
needed to run with google-chrome-stable --enable-unsafe-webgpu, the chrome://flags alone did not work
needed to run with
google-chrome-stable --enable-unsafe-webgpu, the chrome://flags alone did not work
After launching as such chrome displays a message You are using an unsupported flag "--enable-unsafe-webgpu"... any insight?
@codingjlu just a warning that webgpu is experimental and unsafe and that you are at your own risk
@knoopx thanks, looks like the previous error disappeared... but now there's another error CreateCommitedResource failed (on windows 10) smh
Closing for now, likely latest chrome canary can work