You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/index.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,12 +24,13 @@ Browse available kernels at [huggingface.co/kernels](https://huggingface.co/kern
24
24
25
25
The Kernels project is divided into two parts:
26
26
27
-
* Builder: [`kernel-builder`](../source/builder-cli.md) provides utilities to build, package, and distribute compute kernels in a way that is compatible with the Hugging Face Hub and `kernels`.
28
-
*`kernels`: The [`kernels`](../source/basic-usage.md) is a Python package that lets
29
-
users load compatible compute kernels from the Hub. Refer to the [quickstart](../source/basic-usage.md) to know more.
27
+
- Builder: [`kernel-builder`](builder-cli.md) provides utilities to build, package, and distribute compute kernels in a way that is compatible with the Hugging Face Hub and `kernels`.
28
+
-`kernels`: The [`kernels`](basic-usage.md) is a Python package that lets
29
+
users load compatible compute kernels from the Hub. Refer to the [quickstart](basic-usage.md) to know more.
30
30
31
31
If you're looking for a more involved "Why kernels?" answer, refer to
32
32
[this page](./why_kernels.md).
33
33
34
34
The [talks page](./talks.md) page has links to talks on the
0 commit comments