Instructions to use SZLHOLDINGS/szl-provctl with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Kernels
How to use SZLHOLDINGS/szl-provctl with Kernels:
# !pip install kernels from kernels import get_kernel kernel = get_kernel("SZLHOLDINGS/szl-provctl") - Notebooks
- Google Colab
- Kaggle
Link verified first-class Kernel Hub package
#3
by betterwithage - opened
README.md
CHANGED
|
@@ -19,6 +19,12 @@ szl-governance:
|
|
| 19 |
|
| 20 |
# szl-provctl — provenance-DAG control + supply-chain interop
|
| 21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 22 |
**A provenance-DAG and supply-chain interoperability kernel.** `szl-provctl`
|
| 23 |
emits declared in-toto Statement v1 and SLSA provenance v1 shapes, walks an ML
|
| 24 |
provenance DAG and checks its recorded edges, and can bind a per-kernel NVML
|
|
|
|
| 19 |
|
| 20 |
# szl-provctl — provenance-DAG control + supply-chain interop
|
| 21 |
|
| 22 |
+
> **Kernel Hub migration (verified 2026-07-15):** `get_kernel(...)` now resolves
|
| 23 |
+
> the matching first-class [Kernel Hub repository](https://huggingface.co/kernels/SZLHOLDINGS/szl-provctl).
|
| 24 |
+
> Its `main` and stable `v1` refs both pin verified revision
|
| 25 |
+
> `81f787f24c7b0612aea8bb7b0374afcca3ab0250`. This model-type repository is
|
| 26 |
+
> retained as the legacy source/card mirror.
|
| 27 |
+
|
| 28 |
**A provenance-DAG and supply-chain interoperability kernel.** `szl-provctl`
|
| 29 |
emits declared in-toto Statement v1 and SLSA provenance v1 shapes, walks an ML
|
| 30 |
provenance DAG and checks its recorded edges, and can bind a per-kernel NVML
|