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
Build
Browse files- build/torch24-cxx11-cu118-x86_64-linux/activation/_activation_0_0_1.abi3.so +0 -0
- build/torch24-cxx11-cu118-x86_64-linux/activation/_ops.py +6 -0
- build/torch24-cxx11-cu121-x86_64-linux/activation/_activation_0_0_1.abi3.so +0 -0
- build/torch24-cxx11-cu121-x86_64-linux/activation/_ops.py +6 -0
- build/torch24-cxx11-cu124-x86_64-linux/activation/_activation_0_0_1.abi3.so +0 -0
- build/torch24-cxx11-cu124-x86_64-linux/activation/_ops.py +6 -0
- build/torch24-cxx98-cu118-x86_64-linux/activation/_activation_0_0_1.abi3.so +0 -0
- build/torch24-cxx98-cu118-x86_64-linux/activation/_ops.py +6 -0
- build/torch24-cxx98-cu121-x86_64-linux/activation/_activation_0_0_1.abi3.so +0 -0
- build/torch24-cxx98-cu121-x86_64-linux/activation/_ops.py +6 -0
- build/torch24-cxx98-cu124-x86_64-linux/activation/_activation_0_0_1.abi3.so +0 -0
- build/torch24-cxx98-cu124-x86_64-linux/activation/_ops.py +6 -0
- build/torch25-cxx11-cu118-x86_64-linux/activation/_activation_0_0_1.abi3.so +0 -0
- build/torch25-cxx11-cu118-x86_64-linux/activation/_ops.py +6 -0
- build/torch25-cxx11-cu121-x86_64-linux/activation/_activation_0_0_1.abi3.so +0 -0
- build/torch25-cxx11-cu121-x86_64-linux/activation/_ops.py +6 -0
- build/torch25-cxx11-cu124-x86_64-linux/activation/_activation_0_0_1.abi3.so +0 -0
- build/torch25-cxx11-cu124-x86_64-linux/activation/_ops.py +6 -0
- build/torch25-cxx98-cu118-x86_64-linux/activation/_activation_0_0_1.abi3.so +0 -0
- build/torch25-cxx98-cu118-x86_64-linux/activation/_ops.py +6 -0
- build/torch25-cxx98-cu121-x86_64-linux/activation/_activation_0_0_1.abi3.so +0 -0
- build/torch25-cxx98-cu121-x86_64-linux/activation/_ops.py +6 -0
- build/torch25-cxx98-cu124-x86_64-linux/activation/_activation_0_0_1.abi3.so +0 -0
- build/torch25-cxx98-cu124-x86_64-linux/activation/_ops.py +6 -0
build/torch24-cxx11-cu118-x86_64-linux/activation/_activation_0_0_1.abi3.so
CHANGED
|
Binary files a/build/torch24-cxx11-cu118-x86_64-linux/activation/_activation_0_0_1.abi3.so and b/build/torch24-cxx11-cu118-x86_64-linux/activation/_activation_0_0_1.abi3.so differ
|
|
|
build/torch24-cxx11-cu118-x86_64-linux/activation/_ops.py
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
import torch
|
| 2 |
from . import _activation_0_0_1
|
| 3 |
ops = torch.ops._activation_0_0_1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import torch
|
| 2 |
from . import _activation_0_0_1
|
| 3 |
ops = torch.ops._activation_0_0_1
|
| 4 |
+
|
| 5 |
+
def add_op_namespace_prefix(op_name: str):
|
| 6 |
+
"""
|
| 7 |
+
Prefix op by namespace.
|
| 8 |
+
"""
|
| 9 |
+
return f"_activation_0_0_1::{op_name}"
|
build/torch24-cxx11-cu121-x86_64-linux/activation/_activation_0_0_1.abi3.so
CHANGED
|
Binary files a/build/torch24-cxx11-cu121-x86_64-linux/activation/_activation_0_0_1.abi3.so and b/build/torch24-cxx11-cu121-x86_64-linux/activation/_activation_0_0_1.abi3.so differ
|
|
|
build/torch24-cxx11-cu121-x86_64-linux/activation/_ops.py
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
import torch
|
| 2 |
from . import _activation_0_0_1
|
| 3 |
ops = torch.ops._activation_0_0_1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import torch
|
| 2 |
from . import _activation_0_0_1
|
| 3 |
ops = torch.ops._activation_0_0_1
|
| 4 |
+
|
| 5 |
+
def add_op_namespace_prefix(op_name: str):
|
| 6 |
+
"""
|
| 7 |
+
Prefix op by namespace.
|
| 8 |
+
"""
|
| 9 |
+
return f"_activation_0_0_1::{op_name}"
|
build/torch24-cxx11-cu124-x86_64-linux/activation/_activation_0_0_1.abi3.so
CHANGED
|
Binary files a/build/torch24-cxx11-cu124-x86_64-linux/activation/_activation_0_0_1.abi3.so and b/build/torch24-cxx11-cu124-x86_64-linux/activation/_activation_0_0_1.abi3.so differ
|
|
|
build/torch24-cxx11-cu124-x86_64-linux/activation/_ops.py
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
import torch
|
| 2 |
from . import _activation_0_0_1
|
| 3 |
ops = torch.ops._activation_0_0_1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import torch
|
| 2 |
from . import _activation_0_0_1
|
| 3 |
ops = torch.ops._activation_0_0_1
|
| 4 |
+
|
| 5 |
+
def add_op_namespace_prefix(op_name: str):
|
| 6 |
+
"""
|
| 7 |
+
Prefix op by namespace.
|
| 8 |
+
"""
|
| 9 |
+
return f"_activation_0_0_1::{op_name}"
|
build/torch24-cxx98-cu118-x86_64-linux/activation/_activation_0_0_1.abi3.so
CHANGED
|
Binary files a/build/torch24-cxx98-cu118-x86_64-linux/activation/_activation_0_0_1.abi3.so and b/build/torch24-cxx98-cu118-x86_64-linux/activation/_activation_0_0_1.abi3.so differ
|
|
|
build/torch24-cxx98-cu118-x86_64-linux/activation/_ops.py
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
import torch
|
| 2 |
from . import _activation_0_0_1
|
| 3 |
ops = torch.ops._activation_0_0_1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import torch
|
| 2 |
from . import _activation_0_0_1
|
| 3 |
ops = torch.ops._activation_0_0_1
|
| 4 |
+
|
| 5 |
+
def add_op_namespace_prefix(op_name: str):
|
| 6 |
+
"""
|
| 7 |
+
Prefix op by namespace.
|
| 8 |
+
"""
|
| 9 |
+
return f"_activation_0_0_1::{op_name}"
|
build/torch24-cxx98-cu121-x86_64-linux/activation/_activation_0_0_1.abi3.so
CHANGED
|
Binary files a/build/torch24-cxx98-cu121-x86_64-linux/activation/_activation_0_0_1.abi3.so and b/build/torch24-cxx98-cu121-x86_64-linux/activation/_activation_0_0_1.abi3.so differ
|
|
|
build/torch24-cxx98-cu121-x86_64-linux/activation/_ops.py
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
import torch
|
| 2 |
from . import _activation_0_0_1
|
| 3 |
ops = torch.ops._activation_0_0_1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import torch
|
| 2 |
from . import _activation_0_0_1
|
| 3 |
ops = torch.ops._activation_0_0_1
|
| 4 |
+
|
| 5 |
+
def add_op_namespace_prefix(op_name: str):
|
| 6 |
+
"""
|
| 7 |
+
Prefix op by namespace.
|
| 8 |
+
"""
|
| 9 |
+
return f"_activation_0_0_1::{op_name}"
|
build/torch24-cxx98-cu124-x86_64-linux/activation/_activation_0_0_1.abi3.so
CHANGED
|
Binary files a/build/torch24-cxx98-cu124-x86_64-linux/activation/_activation_0_0_1.abi3.so and b/build/torch24-cxx98-cu124-x86_64-linux/activation/_activation_0_0_1.abi3.so differ
|
|
|
build/torch24-cxx98-cu124-x86_64-linux/activation/_ops.py
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
import torch
|
| 2 |
from . import _activation_0_0_1
|
| 3 |
ops = torch.ops._activation_0_0_1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import torch
|
| 2 |
from . import _activation_0_0_1
|
| 3 |
ops = torch.ops._activation_0_0_1
|
| 4 |
+
|
| 5 |
+
def add_op_namespace_prefix(op_name: str):
|
| 6 |
+
"""
|
| 7 |
+
Prefix op by namespace.
|
| 8 |
+
"""
|
| 9 |
+
return f"_activation_0_0_1::{op_name}"
|
build/torch25-cxx11-cu118-x86_64-linux/activation/_activation_0_0_1.abi3.so
CHANGED
|
Binary files a/build/torch25-cxx11-cu118-x86_64-linux/activation/_activation_0_0_1.abi3.so and b/build/torch25-cxx11-cu118-x86_64-linux/activation/_activation_0_0_1.abi3.so differ
|
|
|
build/torch25-cxx11-cu118-x86_64-linux/activation/_ops.py
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
import torch
|
| 2 |
from . import _activation_0_0_1
|
| 3 |
ops = torch.ops._activation_0_0_1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import torch
|
| 2 |
from . import _activation_0_0_1
|
| 3 |
ops = torch.ops._activation_0_0_1
|
| 4 |
+
|
| 5 |
+
def add_op_namespace_prefix(op_name: str):
|
| 6 |
+
"""
|
| 7 |
+
Prefix op by namespace.
|
| 8 |
+
"""
|
| 9 |
+
return f"_activation_0_0_1::{op_name}"
|
build/torch25-cxx11-cu121-x86_64-linux/activation/_activation_0_0_1.abi3.so
CHANGED
|
Binary files a/build/torch25-cxx11-cu121-x86_64-linux/activation/_activation_0_0_1.abi3.so and b/build/torch25-cxx11-cu121-x86_64-linux/activation/_activation_0_0_1.abi3.so differ
|
|
|
build/torch25-cxx11-cu121-x86_64-linux/activation/_ops.py
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
import torch
|
| 2 |
from . import _activation_0_0_1
|
| 3 |
ops = torch.ops._activation_0_0_1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import torch
|
| 2 |
from . import _activation_0_0_1
|
| 3 |
ops = torch.ops._activation_0_0_1
|
| 4 |
+
|
| 5 |
+
def add_op_namespace_prefix(op_name: str):
|
| 6 |
+
"""
|
| 7 |
+
Prefix op by namespace.
|
| 8 |
+
"""
|
| 9 |
+
return f"_activation_0_0_1::{op_name}"
|
build/torch25-cxx11-cu124-x86_64-linux/activation/_activation_0_0_1.abi3.so
CHANGED
|
Binary files a/build/torch25-cxx11-cu124-x86_64-linux/activation/_activation_0_0_1.abi3.so and b/build/torch25-cxx11-cu124-x86_64-linux/activation/_activation_0_0_1.abi3.so differ
|
|
|
build/torch25-cxx11-cu124-x86_64-linux/activation/_ops.py
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
import torch
|
| 2 |
from . import _activation_0_0_1
|
| 3 |
ops = torch.ops._activation_0_0_1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import torch
|
| 2 |
from . import _activation_0_0_1
|
| 3 |
ops = torch.ops._activation_0_0_1
|
| 4 |
+
|
| 5 |
+
def add_op_namespace_prefix(op_name: str):
|
| 6 |
+
"""
|
| 7 |
+
Prefix op by namespace.
|
| 8 |
+
"""
|
| 9 |
+
return f"_activation_0_0_1::{op_name}"
|
build/torch25-cxx98-cu118-x86_64-linux/activation/_activation_0_0_1.abi3.so
CHANGED
|
Binary files a/build/torch25-cxx98-cu118-x86_64-linux/activation/_activation_0_0_1.abi3.so and b/build/torch25-cxx98-cu118-x86_64-linux/activation/_activation_0_0_1.abi3.so differ
|
|
|
build/torch25-cxx98-cu118-x86_64-linux/activation/_ops.py
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
import torch
|
| 2 |
from . import _activation_0_0_1
|
| 3 |
ops = torch.ops._activation_0_0_1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import torch
|
| 2 |
from . import _activation_0_0_1
|
| 3 |
ops = torch.ops._activation_0_0_1
|
| 4 |
+
|
| 5 |
+
def add_op_namespace_prefix(op_name: str):
|
| 6 |
+
"""
|
| 7 |
+
Prefix op by namespace.
|
| 8 |
+
"""
|
| 9 |
+
return f"_activation_0_0_1::{op_name}"
|
build/torch25-cxx98-cu121-x86_64-linux/activation/_activation_0_0_1.abi3.so
CHANGED
|
Binary files a/build/torch25-cxx98-cu121-x86_64-linux/activation/_activation_0_0_1.abi3.so and b/build/torch25-cxx98-cu121-x86_64-linux/activation/_activation_0_0_1.abi3.so differ
|
|
|
build/torch25-cxx98-cu121-x86_64-linux/activation/_ops.py
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
import torch
|
| 2 |
from . import _activation_0_0_1
|
| 3 |
ops = torch.ops._activation_0_0_1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import torch
|
| 2 |
from . import _activation_0_0_1
|
| 3 |
ops = torch.ops._activation_0_0_1
|
| 4 |
+
|
| 5 |
+
def add_op_namespace_prefix(op_name: str):
|
| 6 |
+
"""
|
| 7 |
+
Prefix op by namespace.
|
| 8 |
+
"""
|
| 9 |
+
return f"_activation_0_0_1::{op_name}"
|
build/torch25-cxx98-cu124-x86_64-linux/activation/_activation_0_0_1.abi3.so
CHANGED
|
Binary files a/build/torch25-cxx98-cu124-x86_64-linux/activation/_activation_0_0_1.abi3.so and b/build/torch25-cxx98-cu124-x86_64-linux/activation/_activation_0_0_1.abi3.so differ
|
|
|
build/torch25-cxx98-cu124-x86_64-linux/activation/_ops.py
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
import torch
|
| 2 |
from . import _activation_0_0_1
|
| 3 |
ops = torch.ops._activation_0_0_1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
import torch
|
| 2 |
from . import _activation_0_0_1
|
| 3 |
ops = torch.ops._activation_0_0_1
|
| 4 |
+
|
| 5 |
+
def add_op_namespace_prefix(op_name: str):
|
| 6 |
+
"""
|
| 7 |
+
Prefix op by namespace.
|
| 8 |
+
"""
|
| 9 |
+
return f"_activation_0_0_1::{op_name}"
|