From 5b080e8e1ab57c37d6ef3e4ab431b8872c3a9409 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Mon, 27 Oct 2025 11:29:27 +0000 Subject: [PATCH] Update links for `kernel` -> `kernels` tag --- README.md | 2 +- docs/source/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f0bc527..8eaed0f 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ activation.gelu_fast(y, x) print(y) ``` -You can [search for kernels](https://huggingface.co/models?other=kernel) on +You can [search for kernels](https://huggingface.co/models?other=kernels) on the Hub. ## 📚 Documentation diff --git a/docs/source/index.md b/docs/source/index.md index 3d44229..47d5d19 100644 --- a/docs/source/index.md +++ b/docs/source/index.md @@ -16,5 +16,5 @@ packages in that they are made to be: the different PyTorch build configurations (various CUDA versions and C++ ABIs). Furthermore, older C library versions must be supported. -You can [search for kernels](https://huggingface.co/models?other=kernel) on +You can [search for kernels](https://huggingface.co/models?other=kernels) on the Hub.