Upload README.md with huggingface_hub

#1
by sayakpaul HF Staff - opened
Files changed (1) hide show
  1. README.md +42 -3
README.md CHANGED
@@ -1,4 +1,43 @@
1
  ---
2
- tags:
3
- - kernels
4
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ library_name: kernels
3
+ license: apache-2.0
4
+ ---
5
+
6
+ <!-- This model card has automatically been generated. You
7
+ should probably proofread and complete it, then remove this comment. -->
8
+
9
+
10
+ This is the repository card of {repo_id} that has been pushed on the Hub. It was built to be used with the [`kernels` library](https://github.com/huggingface/kernels). This card was automatically generated.
11
+
12
+
13
+ ## How to use
14
+
15
+ ```python
16
+ # TODO: add an example code snippet for running this kernel
17
+ ```
18
+
19
+ ## Available functions
20
+
21
+ [TODO: add the functions available through this kernel]
22
+
23
+ ## Supported backends
24
+
25
+ - cpu
26
+ - cuda
27
+ - metal
28
+ - rocm
29
+ - xpu
30
+
31
+ ## Benchmarks
32
+
33
+ Benchmarking script is available for this kernel. Make sure to run `kernels benchmark org-id/repo-id` (replace "org-id" and "repo-id" with actual values).
34
+
35
+ [TODO: provide benchmarks if available]
36
+
37
+ ## Source code
38
+
39
+ [TODO: provide original source code and other relevant citations if available]
40
+
41
+ ## Notes
42
+
43
+ [TODO: provide additional notes about this kernel if needed]