From f7e37a8e44e72913734725c4115b06e70bee9708 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Tue, 25 Nov 2025 15:22:44 +0000 Subject: [PATCH 1/2] Add Discord link --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b518f9d0..4ff37024 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,8 @@
+[Join us on Discord](https://discord.gg/H6Tkmd88N3) for questions and discussions! + This repo contains a Nix package that can be used to build custom machine learning kernels for PyTorch. The kernels are built using the [PyTorch C++ Frontend](https://pytorch.org/cppdocs/frontend.html) and can be loaded from the Hub with the [kernels](https://github.com/huggingface/kernels) Python package. From 4581a9931c2ac8708896f31b35936f3b478a98fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Tue, 25 Nov 2025 15:25:01 +0000 Subject: [PATCH 2/2] Remove Torch 2.9 note --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 4ff37024..ffadd5ac 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,6 @@ Python package. This builder is a core component of the larger kernel build/distribution system. -**Torch 2.9 note:** kernel-builder currently builds Torch 2.9 extensions based on -the [fifth release candidate](https://dev-discuss.pytorch.org/t/reminder-calls-for-features-upcoming-branch-cut/3225). -If you upload Torch 2.9 kernels, please validate them against -the final Torch 2.9.0 release. In the unlikely case of an ABI-breaking -change, you can rebuild and upload your kernel once kernel-builder -is updated for the final release - ## 🚀 Quick Start We recommend using [Nix](https://nixos.org/download.html) to build kernels. To speed up builds, first enable the Hugging Face binary cache: