Instructions to use kernels-community/activation with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Kernels
How to use kernels-community/activation with Kernels:
# !pip install kernels from kernels import get_kernel kernel = get_kernel("kernels-community/activation") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,8 +1,14 @@
|
|
| 1 |
---
|
| 2 |
library_name: kernels
|
| 3 |
-
license:
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 6 |
This is the repository card of kernels-community/activation 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.
|
| 7 |
|
| 8 |
## How to use
|
|
@@ -32,4 +38,4 @@ silu_and_mul(...)
|
|
| 32 |
|
| 33 |
## Benchmarks
|
| 34 |
|
| 35 |
-
Benchmarking script is available for this kernel. Run `kernels benchmark kernels-community/activation`.
|
|
|
|
| 1 |
---
|
| 2 |
library_name: kernels
|
| 3 |
+
license: apple-amlr
|
| 4 |
+
datasets:
|
| 5 |
+
- kalixlouiis/myanmar-wikipedia
|
| 6 |
---
|
| 7 |
|
| 8 |
+
library_name: kernels
|
| 9 |
+
license: apache-2.0
|
| 10 |
+
|
| 11 |
+
|
| 12 |
This is the repository card of kernels-community/activation 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.
|
| 13 |
|
| 14 |
## How to use
|
|
|
|
| 38 |
|
| 39 |
## Benchmarks
|
| 40 |
|
| 41 |
+
Benchmarking script is available for this kernel. Run `kernels benchmark kernels-community/activation`.
|