5 ms·
As the guy who did GPT2 in Excel, very cool and kudos!! Curious why you chose WebGL over WebGPU? Just to show it can be done? (Also see my other comment about
by ianand 1y ago
As the guy who did GPT2 in Excel, very cool and kudos!!
Curious why you chose WebGL over WebGPU? Just to show it can be done?
(Also see my other comment about fetching weights from huggingface)
- ronsor 1y agoProbably because WebGPU support is still rather iffy.
- nathan-barry 1y agoThis was a final project for a graphics class where we used WebGL a lot. Also I was just more familiar with OpenGL and haven't looked that much into webGPU
- littlestymaar 1y ago> Curious why you chose WebGL over WebGPU? Just to show it can be done? For a WebGPU implementation, one can use transformers.js directly (or many other libraries actually), maybe WebGL is more original. [1]: https://huggingface.co/docs/transformers.js/index https://huggingface.co/docs/transformers.js/index
- 85392_school 1y agoTransformers.js wraps the ONNX runtime which is rather versatile (WASM, WebGL, WebGPU, and WebNN). It's not the backend that makes it novel.
- _dijs 1y agoianand, I immediately thought of you when I saw this post. Miss you friend.
- ianand 1y agoDude, been forever. Thanks. Will DM you.
- divan 1y agoSomeone needs to implement Excel using graphics shaders now.
- ianand 1y agoLol. You joke but... https://www.reddit.com/r/GraphicsProgramming/comments/pg9dw8/comment/hbay0jl/ https://www.reddit.com/r/GraphicsProgramming/comments/pg9dw8...
- deleted 1y ago[deleted]