Instructions to use SZLHOLDINGS/szl-lambda-gate with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Kernels
How to use SZLHOLDINGS/szl-lambda-gate with Kernels:
# !pip install kernels from kernels import get_kernel kernel = get_kernel("SZLHOLDINGS/szl-lambda-gate") - Notebooks
- Google Colab
- Kaggle
| # SPDX-License-Identifier: Apache-2.0 | |
| # Auto-style ops namespace shim for the universal kernel. Unique suffix lets | |
| # multiple versions load in the same process (Kernel Hub requirement). | |
| import torch | |
| ops = torch.ops._szl_lambda_gate_20260623081355 | |
| def add_op_namespace_prefix(op_name: str) -> str: | |
| return f"_szl_lambda_gate_20260623081355::{op_name}" | |