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- .gitattributes +7 -0
- build/torch210-cxx11-cu126-x86_64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu126-x86_64-linux/{_tinygrad_rms_cuda_5439761.abi3.so → _tinygrad_rms_cuda_2365f1d.abi3.so} +1 -1
- build/torch210-cxx11-cu128-x86_64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu128-x86_64-linux/{_tinygrad_rms_cuda_5439761.abi3.so → _tinygrad_rms_cuda_2365f1d.abi3.so} +1 -1
- build/torch210-cxx11-cu130-x86_64-linux/_ops.py +3 -3
- build/torch210-cxx11-cu130-x86_64-linux/{_tinygrad_rms_cuda_5439761.abi3.so → _tinygrad_rms_cuda_2365f1d.abi3.so} +1 -1
- build/torch211-cxx11-cu126-x86_64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu126-x86_64-linux/{_tinygrad_rms_cuda_5439761.abi3.so → _tinygrad_rms_cuda_2365f1d.abi3.so} +1 -1
- build/torch211-cxx11-cu128-x86_64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu128-x86_64-linux/{_tinygrad_rms_cuda_5439761.abi3.so → _tinygrad_rms_cuda_2365f1d.abi3.so} +1 -1
- build/torch211-cxx11-cu130-x86_64-linux/_ops.py +3 -3
- build/torch211-cxx11-cu130-x86_64-linux/{_tinygrad_rms_cuda_5439761.abi3.so → _tinygrad_rms_cuda_2365f1d.abi3.so} +1 -1
- build/torch29-cxx11-cu129-x86_64-linux/_ops.py +3 -3
- build/torch29-cxx11-cu129-x86_64-linux/{_tinygrad_rms_cuda_5439761.abi3.so → _tinygrad_rms_cuda_2365f1d.abi3.so} +1 -1
.gitattributes
CHANGED
|
@@ -117,3 +117,10 @@ build/torch211-cxx11-cu128-aarch64-linux/_tinygrad_rms_cuda_5439761.abi3.so filt
|
|
| 117 |
build/torch211-cxx11-cu130-aarch64-linux/_tinygrad_rms_cuda_5439761.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 118 |
build/torch29-cxx11-cu129-aarch64-linux/_tinygrad_rms_cuda_5439761.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 119 |
build/torch211-cu128-x86_64-windows/_tinygrad_rms_cuda_c2b57ba.pyd filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 117 |
build/torch211-cxx11-cu130-aarch64-linux/_tinygrad_rms_cuda_5439761.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 118 |
build/torch29-cxx11-cu129-aarch64-linux/_tinygrad_rms_cuda_5439761.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 119 |
build/torch211-cu128-x86_64-windows/_tinygrad_rms_cuda_c2b57ba.pyd filter=lfs diff=lfs merge=lfs -text
|
| 120 |
+
build/torch210-cxx11-cu126-x86_64-linux/_tinygrad_rms_cuda_2365f1d.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 121 |
+
build/torch210-cxx11-cu128-x86_64-linux/_tinygrad_rms_cuda_2365f1d.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 122 |
+
build/torch210-cxx11-cu130-x86_64-linux/_tinygrad_rms_cuda_2365f1d.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 123 |
+
build/torch211-cxx11-cu126-x86_64-linux/_tinygrad_rms_cuda_2365f1d.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 124 |
+
build/torch211-cxx11-cu128-x86_64-linux/_tinygrad_rms_cuda_2365f1d.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 125 |
+
build/torch211-cxx11-cu130-x86_64-linux/_tinygrad_rms_cuda_2365f1d.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 126 |
+
build/torch29-cxx11-cu129-x86_64-linux/_tinygrad_rms_cuda_2365f1d.abi3.so filter=lfs diff=lfs merge=lfs -text
|
build/torch210-cxx11-cu126-x86_64-linux/_ops.py
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
import torch
|
| 2 |
-
from . import
|
| 3 |
-
ops = torch.ops.
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
-
return f"
|
|
|
|
| 1 |
import torch
|
| 2 |
+
from . import _tinygrad_rms_cuda_2365f1d
|
| 3 |
+
ops = torch.ops._tinygrad_rms_cuda_2365f1d
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_tinygrad_rms_cuda_2365f1d::{op_name}"
|
build/torch210-cxx11-cu126-x86_64-linux/{_tinygrad_rms_cuda_5439761.abi3.so → _tinygrad_rms_cuda_2365f1d.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2123424
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:665f1a6fe1776f47f034b5da64a549a1e9a094f8be9af27db121e788675e5559
|
| 3 |
size 2123424
|
build/torch210-cxx11-cu128-x86_64-linux/_ops.py
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
import torch
|
| 2 |
-
from . import
|
| 3 |
-
ops = torch.ops.
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
-
return f"
|
|
|
|
| 1 |
import torch
|
| 2 |
+
from . import _tinygrad_rms_cuda_2365f1d
|
| 3 |
+
ops = torch.ops._tinygrad_rms_cuda_2365f1d
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_tinygrad_rms_cuda_2365f1d::{op_name}"
|
build/torch210-cxx11-cu128-x86_64-linux/{_tinygrad_rms_cuda_5439761.abi3.so → _tinygrad_rms_cuda_2365f1d.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2244040
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3577279b79acf151c0897b346718557988a7f8e6ab79baaf1d5b453b466d1b30
|
| 3 |
size 2244040
|
build/torch210-cxx11-cu130-x86_64-linux/_ops.py
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
import torch
|
| 2 |
-
from . import
|
| 3 |
-
ops = torch.ops.
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
-
return f"
|
|
|
|
| 1 |
import torch
|
| 2 |
+
from . import _tinygrad_rms_cuda_2365f1d
|
| 3 |
+
ops = torch.ops._tinygrad_rms_cuda_2365f1d
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_tinygrad_rms_cuda_2365f1d::{op_name}"
|
build/torch210-cxx11-cu130-x86_64-linux/{_tinygrad_rms_cuda_5439761.abi3.so → _tinygrad_rms_cuda_2365f1d.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2238016
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:259acb1a38633706da38e10c467380963e94add3f2a4982dcfa7324fe91f8fc4
|
| 3 |
size 2238016
|
build/torch211-cxx11-cu126-x86_64-linux/_ops.py
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
import torch
|
| 2 |
-
from . import
|
| 3 |
-
ops = torch.ops.
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
-
return f"
|
|
|
|
| 1 |
import torch
|
| 2 |
+
from . import _tinygrad_rms_cuda_2365f1d
|
| 3 |
+
ops = torch.ops._tinygrad_rms_cuda_2365f1d
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_tinygrad_rms_cuda_2365f1d::{op_name}"
|
build/torch211-cxx11-cu126-x86_64-linux/{_tinygrad_rms_cuda_5439761.abi3.so → _tinygrad_rms_cuda_2365f1d.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2112256
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:617c593b8dffdb3f274aca6aee8cb2ae8b4581afef996576b890e3734be84dbb
|
| 3 |
size 2112256
|
build/torch211-cxx11-cu128-x86_64-linux/_ops.py
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
import torch
|
| 2 |
-
from . import
|
| 3 |
-
ops = torch.ops.
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
-
return f"
|
|
|
|
| 1 |
import torch
|
| 2 |
+
from . import _tinygrad_rms_cuda_2365f1d
|
| 3 |
+
ops = torch.ops._tinygrad_rms_cuda_2365f1d
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_tinygrad_rms_cuda_2365f1d::{op_name}"
|
build/torch211-cxx11-cu128-x86_64-linux/{_tinygrad_rms_cuda_5439761.abi3.so → _tinygrad_rms_cuda_2365f1d.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2232880
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:fd93713b4a316041e2e4f8ef82081ac25fe097bfeeb00640eea3353b3eae825e
|
| 3 |
size 2232880
|
build/torch211-cxx11-cu130-x86_64-linux/_ops.py
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
import torch
|
| 2 |
-
from . import
|
| 3 |
-
ops = torch.ops.
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
-
return f"
|
|
|
|
| 1 |
import torch
|
| 2 |
+
from . import _tinygrad_rms_cuda_2365f1d
|
| 3 |
+
ops = torch.ops._tinygrad_rms_cuda_2365f1d
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_tinygrad_rms_cuda_2365f1d::{op_name}"
|
build/torch211-cxx11-cu130-x86_64-linux/{_tinygrad_rms_cuda_5439761.abi3.so → _tinygrad_rms_cuda_2365f1d.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2230952
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c6482368935a51c20b00664161c7ee1a4955ae6c2daae9847222698a1642f39a
|
| 3 |
size 2230952
|
build/torch29-cxx11-cu129-x86_64-linux/_ops.py
CHANGED
|
@@ -1,9 +1,9 @@
|
|
| 1 |
import torch
|
| 2 |
-
from . import
|
| 3 |
-
ops = torch.ops.
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
-
return f"
|
|
|
|
| 1 |
import torch
|
| 2 |
+
from . import _tinygrad_rms_cuda_2365f1d
|
| 3 |
+
ops = torch.ops._tinygrad_rms_cuda_2365f1d
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_tinygrad_rms_cuda_2365f1d::{op_name}"
|
build/torch29-cxx11-cu129-x86_64-linux/{_tinygrad_rms_cuda_5439761.abi3.so → _tinygrad_rms_cuda_2365f1d.abi3.so}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 2262864
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:14920446554a2027a9e5e1cf80a09512bd9e9dc8d2f56b3142edcc6491589412
|
| 3 |
size 2262864
|