Skip to content
This repository was archived by the owner on Apr 6, 2026. It is now read-only.

Commit d4aac3d

Browse files
authored
Add a Discord link (#313)
Also remove the note about Torch 2.9 being non-final.
1 parent fb3a893 commit d4aac3d

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,13 @@
1010
</div>
1111
<hr/>
1212

13+
[Join us on Discord](https://discord.gg/H6Tkmd88N3) for questions and discussions!
14+
1315
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)
1416
Python package.
1517

1618
This builder is a core component of the larger kernel build/distribution system.
1719

18-
**Torch 2.9 note:** kernel-builder currently builds Torch 2.9 extensions based on
19-
the [fifth release candidate](https://dev-discuss.pytorch.org/t/reminder-calls-for-features-upcoming-branch-cut/3225).
20-
If you upload Torch 2.9 kernels, please validate them against
21-
the final Torch 2.9.0 release. In the unlikely case of an ABI-breaking
22-
change, you can rebuild and upload your kernel once kernel-builder
23-
is updated for the final release
24-
2520
## 🚀 Quick Start
2621

2722
We recommend using [Nix](https://nixos.org/download.html) to build kernels. To speed up builds, first enable the Hugging Face binary cache:

0 commit comments

Comments
 (0)