sway(probes): register C1-C3 in shipped-probes registry
- SHA
cc8e52f09548154e6d737e43582e5a7094bbfa47- Parents
-
72399a5 - Tree
8a6b01d
cc8e52f
cc8e52f09548154e6d737e43582e5a7094bbfa4772399a5
8a6b01d| Status | File | + | - |
|---|---|---|---|
| M |
src/dlm_sway/probes/__init__.py
|
3 | 0 |
src/dlm_sway/probes/__init__.pymodified@@ -14,10 +14,13 @@ from __future__ import annotations | ||
| 14 | 14 | # categorical grouping in :mod:`dlm_sway.core.result`. |
| 15 | 15 | from dlm_sway.probes import ( # noqa: F401 — imports register the probes |
| 16 | 16 | adapter_revert, |
| 17 | + calibration_drift, | |
| 17 | 18 | delta_kl, |
| 19 | + leakage, | |
| 18 | 20 | null_adapter, |
| 19 | 21 | paraphrase_invariance, |
| 20 | 22 | preference_flip, |
| 21 | 23 | prompt_collapse, |
| 22 | 24 | section_internalization, |
| 25 | + style_fingerprint, | |
| 23 | 26 | ) |