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)