Kernels
Safetensors
PyTorch
kernel
governance
lambda
gate
provenance
torch
surrogate
doi:10.5281/zenodo.19944926
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
fix(card): render badge/link row inside HTML block as raw HTML
Browse filesMarkdown is not parsed inside HTML blocks (CommonMark); converted affected lines to raw HTML so the card renders correctly.
README.md
CHANGED
|
@@ -11,9 +11,9 @@ license: apache-2.0
|
|
| 11 |
---
|
| 12 |
|
| 13 |
<p align="center">
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
</p>
|
| 18 |
|
| 19 |
# szl-lambda-gate
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
<p align="center">
|
| 14 |
+
<a href="https://huggingface.co/SZLHOLDINGS/szl-lambda-gate/tree/main/build/torch-universal/szl_lambda_gate"><img src="https://img.shields.io/badge/kernel%20hub-torch--universal-5b8dee?style=flat-square" alt="kernel hub"></a>
|
| 15 |
+
<a href="https://huggingface.co/SZLHOLDINGS/szl-lambda-gate/blob/main/MODEL_PROVENANCE.json"><img src="https://img.shields.io/badge/provenance-MODEL_PROVENANCE.json-3af4c8?style=flat-square" alt="provenance"></a>
|
| 16 |
+
<a href="https://huggingface.co/SZLHOLDINGS/szl-lambda-gate/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-7e8aa3?style=flat-square" alt="license"></a>
|
| 17 |
</p>
|
| 18 |
|
| 19 |
# szl-lambda-gate
|