react-llm icon indicating copy to clipboard operation
react-llm copied to clipboard

Error `e.requestAdapterInfo is not a function` in Google Chrome 131

Open eugef opened this issue 10 months ago • 1 comments

https://chat.matt-rickard.com/ shows this error:

Sorry, unsupported!

Reason: e.requestAdapterInfo is not a function

[react-llm](http://github.com/react-llm) runs models in the browser with WebGPU and only works in Google Chrome v113 and above on Desktop with supported GPUs.

I tried WebGPU demos like this https://toji.github.io/webgpu-test/ and it works.

So I believe the problem is that deprecated requestAdapterInfo() is used. Here is a similar issue: https://github.com/BabylonJS/Babylon.js/pull/15702

eugef avatar Jan 14 '25 13:01 eugef

Also running into this issue

dave4jr avatar Jan 24 '25 08:01 dave4jr