react-llm
react-llm copied to clipboard
Error `e.requestAdapterInfo is not a function` in Google Chrome 131
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
Also running into this issue