mervenoyan commited on
Commit
bae55a7
·
verified ·
1 Parent(s): 51e26de

Update README.md

Browse files
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).