Activity Feed

AI & ML interests

None defined yet.

Recent Activity

danieldkΒ  updated a model about 15 hours ago
kernels-community/paged-attention
danieldkΒ  updated a model about 15 hours ago
kernels-community/mamba-ssm
danieldkΒ  updated a model about 17 hours ago
kernels-community/punica-sgmv
View all activity

danieldkΒ 
posted an update 14 days ago
view post
Post
1802
kernels 0.8.0 is out: https://github.com/huggingface/kernels/releases/tag/v0.8.0

This release refines kernel selection in the kernelize function:

β€’ You can now register kernels for certain CUDA capability ranges.
β€’ Rather than doing exact mating of modes, fall back to other compatible modes. If you are kernelizing for inference, but you only registered a training + torch.compile kernel, it will use that kernel since it is compatible with inference as well.
  • 1 reply
Β·
danieldkΒ 
posted an update 18 days ago
danieldkΒ 
posted an update 18 days ago
view post
Post
267
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.
NarsilΒ 
posted an update about 2 months ago
view post
Post
1767
Me: This function is too slow. Find a faster algorithm.
Cursor: Hold my beer.

Me: *Slacking off with colleagues*
Cursor: Ping.

Me: 🀯

danieldkΒ 
posted an update about 2 months ago
view post
Post
1737
We have been working on a project called kernels. kernels makes it possible to load compute kernels directly from the Hub! πŸš€

We plan to give kernels a more proper introduction soon. But for those who have been following along, we are happy to announce a new release:

- New layer API with torch.compile support.
- Experimental support for loading Apple Silicon Metal 🀘 Kernels.
- Generate wheels from Hub kernels for legacy deployments.

Full release notes here: https://github.com/huggingface/kernels/releases/tag/v0.6.0