reach-vb HF Staff pcuenq HF Staff commited on
Commit
e39ff12
·
verified ·
1 Parent(s): 51e26de

Kernel Community -> Kernels Community for consistency with the hf namespace (#4)

Browse files

- Kernel Community -> Kernels Community for consistency with the hf namespace (9cde884b39e2f50f1d9e34cd80ea5e739614554e)


Co-authored-by: Pedro Cuenca <[email protected]>

Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -1,5 +1,5 @@
1
  ---
2
- title: Kernel Community
3
  emoji: 🔥
4
  colorFrom: gray
5
  colorTo: green
@@ -7,7 +7,7 @@ sdk: static
7
  pinned: false
8
  ---
9
 
10
- # Kernel Community
11
  The Kernel Hub allows Python libraries and applications to **load optimized compute kernels directly from the Hugging Face Hub**. Think of it like the Model Hub, but for low-level, high-performance code snippets (kernels) that accelerate specific operations, often on GPUs.
12
 
13
  Instead of manually managing complex dependencies, wrestling with compilation flags, or building libraries like Triton or CUTLASS from source, you can use the `kernels` library to instantly fetch and run pre-compiled, optimized kernels.
 
1
  ---
2
+ title: Kernels Community
3
  emoji: 🔥
4
  colorFrom: gray
5
  colorTo: green
 
7
  pinned: false
8
  ---
9
 
10
+ # Kernels Community
11
  The Kernel Hub allows Python libraries and applications to **load optimized compute kernels directly from the Hugging Face Hub**. Think of it like the Model Hub, but for low-level, high-performance code snippets (kernels) that accelerate specific operations, often on GPUs.
12
 
13
  Instead of manually managing complex dependencies, wrestling with compilation flags, or building libraries like Triton or CUTLASS from source, you can use the `kernels` library to instantly fetch and run pre-compiled, optimized kernels.