From 60bcb36a3a95fdbbeedafa2c88e07ec9a89e657c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20de=20Kok?= Date: Tue, 29 Jul 2025 14:07:35 +0000 Subject: [PATCH] Fix some spelling errors to check docs CI is working --- docs/source/kernel-requirements.md | 2 +- docs/source/layers.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/kernel-requirements.md b/docs/source/kernel-requirements.md index be5a101..6541264 100644 --- a/docs/source/kernel-requirements.md +++ b/docs/source/kernel-requirements.md @@ -56,7 +56,7 @@ have dynamic library dependencies outside: - CXXABI 1.3.11 - GCC 7.0.0 -These requirement can be checked with the ABI checker (see below). +These requirements can be checked with the ABI checker (see below). ### macOS diff --git a/docs/source/layers.md b/docs/source/layers.md index 35edce6..59572e1 100644 --- a/docs/source/layers.md +++ b/docs/source/layers.md @@ -5,7 +5,7 @@ the Hub can replace the `forward` method of an existing layer for a certain device type. This makes it possible to provide more performant kernels for existing layers. -See [Kernel requirements](kernel-requirements.md) for more information the +See [Kernel requirements](kernel-requirements.md) for more information on the requirements of Hub layers. ## Making a layer extensible with kernels from the hub @@ -117,7 +117,7 @@ model = kernelize(model, mode=Mode.INFERENCE | Mode.TORCH_COMPILE, use_fallback= This can be useful if you want to guarantee that Hub kernels are used. -### Inspecting kernels which kernels are used +### Inspecting which kernels are used The kernels that are used are logged at the `INFO` level by `kernelize`. See the [Python logging](https://docs.python.org/3/library/logging.html)