AI
🤗 Kernels: Major Updates
Hugging Face introduced a new "kernel" repository type on its Hub to standardize custom-kernel packaging, distribution, and consumption.
Key takeaways
- The new "kernel" repository type on the Hub makes custom kernels first-class citizens, improving discoverability and trend tracking.
- Trusted publishers and code signing prevent malicious kernels from compromising user machines.
- Revamped CLIs separate concerns between kernels (loading/preparing) and kernel-builder (building), optimizing for agentic development.
- Agentic kernel development is enabled via reproducible builds, benchmarking (HF Jobs), and backend-specific skills.
- System cards provide kernel usage details and compatibility information.
Hugging Face introduced a new "kernel" repository type on its Hub to standardize custom-kernel packaging, distribution, and consumption. Major updates include: (1) a dedicated Hub repository type for kernels, improving discoverability and trend tracking; (2) enhanced security via trusted publishers and code signing to prevent malicious kernels; (3) revamped CLIs for kernels and kernel-builder, separating concerns and optimizing for agentic development; (4) expanded framework/backend support (e.g., Torch Stable ABI, Apache TVM FFI); (5) tools for agentic kernel development, including reproducible builds, benchmarking via HF Jobs, and backend-specific skills; (6) system cards for kernels to detail usage and compatibility; (7) improved manylinux_2_28 support to avoid libstdc++ compatibility issues.
By the numbers
- 0.16.0
- latest Kernels release version
- 2
- years Torch Stable ABI support duration
How it unfolded
- From Zero to GPU guide published
- AMD MI300 kernel guide published
- Kernels major updates announced
Turn stories like this into views
Ravenclip finds the AI news, makes the video, and posts it before attention moves on.
Common questions
- What happened with Kernels?
- The new "kernel" repository type on the Hub makes custom kernels first-class citizens, improving discoverability and trend tracking.
- Where can I read the original report?
- Read the full report at huggingface_blog.