0hq / WebGPT

Run GPT model on the browser with WebGPU. An implementation of GPT inference in less than ~1500 lines of vanilla Javascript.
https://kmeans.org
Other
3.61k stars 206 forks source link

No available adapters. #45

Open xsoutline opened 1 year ago

xsoutline commented 1 year ago

Running error My chrome version 115.0.5790.171

No available adapters.
model.js:26 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'requestDevice')
    at GPT.initialize (model.js:26:33)
    at async loadModel (index.html:98:9)
initialize @ model.js:26
await in initialize (async)
onclick @ index.html:21

image image