pcuenq HF Staff mervenoyan commited on
Commit
d560866
·
verified ·
1 Parent(s): e39ff12

Update README.md (#2)

Browse files

- Update README.md (bae55a725f39b6be8ed590c6a15296c17f9125b2)


Co-authored-by: Merve Noyan <[email protected]>

Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -42,3 +42,5 @@ Kernels on the Hub are designed to be:
42
  - **Portable**: Load from paths outside `PYTHONPATH`
43
  - **Unique**: Multiple versions can run in the same process
44
  - **Compatible**: Support various Python versions, PyTorch builds, and C++ ABIs
 
 
 
42
  - **Portable**: Load from paths outside `PYTHONPATH`
43
  - **Unique**: Multiple versions can run in the same process
44
  - **Compatible**: Support various Python versions, PyTorch builds, and C++ ABIs
45
+
46
+ Learn more about Kernel Hub and kernels library [in this blog](https://huggingface.co/blog/hello-hf-kernels).