Instructions to use kernels-community/yoso with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Kernels
How to use kernels-community/yoso with Kernels:
# !pip install kernels from kernels import get_kernel kernel = get_kernel("kernels-community/yoso") - Notebooks
- Google Colab
- Kaggle
Uploaded using `kernel-builder`.
Browse files
.gitattributes
CHANGED
|
@@ -127,3 +127,4 @@ build/torch211-cxx11-cu126-aarch64-linux/_yoso_cuda_bfa3b2f.abi3.so filter=lfs d
|
|
| 127 |
build/torch211-cxx11-cu128-aarch64-linux/_yoso_cuda_bfa3b2f.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 128 |
build/torch211-cxx11-cu130-aarch64-linux/_yoso_cuda_bfa3b2f.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 129 |
build/torch29-cxx11-cu129-aarch64-linux/_yoso_cuda_bfa3b2f.abi3.so filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
| 127 |
build/torch211-cxx11-cu128-aarch64-linux/_yoso_cuda_bfa3b2f.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 128 |
build/torch211-cxx11-cu130-aarch64-linux/_yoso_cuda_bfa3b2f.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 129 |
build/torch29-cxx11-cu129-aarch64-linux/_yoso_cuda_bfa3b2f.abi3.so filter=lfs diff=lfs merge=lfs -text
|
| 130 |
+
build/torch211-cu128-x86_64-windows/_yoso_cuda_585e25e.pyd filter=lfs diff=lfs merge=lfs -text
|
build/torch211-cu128-x86_64-windows/_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 _yoso_cuda_585e25e
|
| 3 |
+
ops = torch.ops._yoso_cuda_585e25e
|
| 4 |
|
| 5 |
def add_op_namespace_prefix(op_name: str):
|
| 6 |
"""
|
| 7 |
Prefix op by namespace.
|
| 8 |
"""
|
| 9 |
+
return f"_yoso_cuda_585e25e::{op_name}"
|
build/torch211-cu128-x86_64-windows/{_yoso_cuda_8cb0e25.pyd → _yoso_cuda_585e25e.pyd}
RENAMED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 1112576
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:01259b78f703f81c531d3d6c149de2797c7de3b61f6e172ee18940a0a84f50aa
|
| 3 |
size 1112576
|