Instructions to use kernels-community/tinygrad-rms with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Kernels
How to use kernels-community/tinygrad-rms with Kernels:
# !pip install kernels from kernels import get_kernel kernel = get_kernel("kernels-community/tinygrad-rms") - Notebooks
- Google Colab
- Kaggle
Uploaded using `kernel-builder`.
Browse files
README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
library_name: kernels
|
| 3 |
+
license: mit
|
| 4 |
+
---
|
| 5 |
+
|
| 6 |
+
This is the repository card of kernels-community/tinygrad-rms 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
|
| 9 |
+
|
| 10 |
+
Usage example not available.
|
| 11 |
+
|
| 12 |
+
## Available functions
|
| 13 |
+
|
| 14 |
+
Function list not available.
|
| 15 |
+
|
| 16 |
+
## Benchmarks
|
| 17 |
+
|
| 18 |
+
Benchmarking script is available for this kernel. Run `kernels benchmark kernels-community/tinygrad-rms`.
|