drbh commited on
Commit
74a2acb
·
1 Parent(s): 77e4af1

fix: link to kernel hub

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -24,6 +24,16 @@ oooo ooo .oooo. ooo. .oo. .oo. .ooooo. .ooooo.
24
  - efficiency: optimized for high throughput and low latency
25
  - low memory usage: optimized to handle large batch sizes
26
  - reproducibility: easy to reproduce results, no special new `sm` requirements
 
 
 
 
 
 
 
 
 
 
27
 
28
  ### Performance
29
 
 
24
  - efficiency: optimized for high throughput and low latency
25
  - low memory usage: optimized to handle large batch sizes
26
  - reproducibility: easy to reproduce results, no special new `sm` requirements
27
+ - availability: easy to install and use via the [kernels](https://github.com/huggingface/kernels) library
28
+
29
+ ### Kernel Hub
30
+
31
+ You can find the kernel on [Kernel Hub](https://huggingface.co/drbh/yamoe) and install it via the [kernels](https://github.com/huggingface/kernels) library.
32
+
33
+ ```python
34
+ from kernels import get_kernel
35
+ yamoe = get_kernel("drbh/yamoe", revision="v0.2.0")
36
+ ```
37
 
38
  ### Performance
39