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

Fix merge error caused by #5 and #6 #10

Closed chenglou closed 1 year ago

chenglou commented 1 year ago

So #6 was meant to be an alternative of #5, not code on top of it. When #5 and #6 got merged sequentially, it was successful but the final code kept some stale logic from #5. Namely the continue button. This fixes that

Screenshot 2023-04-21 at 15 14 29
vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
web-gpt ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 21, 2023 10:15pm
0hq commented 1 year ago

Oops, yeah was just fixing this. More model optimization coming soon.