> At the moment, WebGPT averages ~300ms per token on GPT-2 124M running on a 2020 M1 Mac with Chrome Canary. How do ChatGPT on GPT-3.5 / GPT-4 compare?
WebGPU GPT Model Demo
11–20 of 32 posts
Re: WebGPU GPT Model Demo
#12Re: WebGPU GPT Model Demo
#13It indeed works and loads quick. I am more interested currently in the Vicuna 7B example from https://mlc.ai/web-llm/ Also instead of just "Update Chrome to v113" the domain owner could sign up for an origin trial https://developer.chrome.com/origintrials/#/view_trial/11821...
Thanks for the tip!
Re: WebGPU GPT Model Demo
#14> At the moment, WebGPT averages ~300ms per token on GPT-2 124M running on a 2020 M1 Mac with Chrome Canary. How do ChatGPT on GPT-3.5 / GPT-4 compare?
Re: WebGPU GPT Model Demo
#15> At the moment, WebGPT averages ~300ms per token on GPT-2 124M running on a 2020 M1 Mac with Chrome Canary. How do ChatGPT on GPT-3.5 / GPT-4 compare?
Thats slower than Vicuna 7B (aka LLaMa 7000M, GPT 3ish? model) on linux on the same machine, where I get about 3.5 tokens/sec and 97% usage. So... yeah, performance is not so great yet.
Re: WebGPU GPT Model Demo
#16> WebGPU is supported in your browser! > Uncaught (in promise) DOMException: WebGPU is not yet available in Release or Beta builds. Anyone using Chromium care to chime in? If no one chimes in I might set up a Chromium browser up just to take a look at this, seems pretty cool.
Re: WebGPU GPT Model Demo
#17Re: WebGPU GPT Model Demo
#18Releasing April 26th when Chrome 113 hits stable. Open source NPM library you can add to any project.
Preview here: https://twitter.com/fleetwood___/status/1646608499126816799?...
Re: WebGPU GPT Model Demo
#19My 250M parameter model runs in 50ms/token ;) Releasing April 26th when Chrome 113 hits stable. Open source NPM library you can add to any project. Preview here: https://twitter.com/fleetwood___/status/1646608499126816799?...
Re: WebGPU GPT Model Demo
#20My 250M parameter model runs in 50ms/token ;) Releasing April 26th when Chrome 113 hits stable. Open source NPM library you can add to any project. Preview here: https://twitter.com/fleetwood___/status/1646608499126816799?...
That's pretty impressive. What model are you using?