FULL STORY

Hugging Face Open-Sources 207 WebGPU Kernels

Hugging Face open-sourced @huggingface/kernels, an npm package with 207 WebGPU kernels loadable directly from the Hub for faster in-browser inference. A follow-up technical deep dive explains its Jinja-based automatic kernel compilation.

2026-09-01 ~ 2026-09-05 · 2 episodes · 5 posts

Episode 1 · Hugging Face open-sources 207 WebGPU kernels for faster browser inference (2026-09-01, 2 posts)

Hugging Face released @huggingface/kernels, an npm package with 207 open-source WebGPU kernels loadable directly from the Hub, advancing fast in-browser model inference.

Episode 2 · Hugging Face open-sources kernels library for in-browser GPU kernels (2026-09-04, 3 posts)

Hugging Face's @huggingface/kernels library auto-compiles optimal GPU kernels in the browser via Jinja templates, running attention in 20 lines of JS at up to 400fps.