Join the conversation

Join the community of Machine Learners and AI enthusiasts.

Sign Up
danieldk 
posted an update 25 days ago
Post
346
Kernels 0.7.0 is out: https://github.com/huggingface/kernels/releases/tag/v0.7.0 🚀

This release makes it possible to register multiple kernels for a layer. Do you have a super-fast kernel for inference and another kernel for training? Register them both and kernelize will pick the kernel depending on whether you are going to do training or inference.
In this post