sway(probes): register B1-B3 in shipped-probes registry
- SHA
1b49ff0ab215e109e4ec2b156f4c01839bf263d4- Parents
-
e05932b - Tree
f4cb52c
1b49ff0
1b49ff0ab215e109e4ec2b156f4c01839bf263d4e05932b
f4cb52c| Status | File | + | - |
|---|---|---|---|
| M |
src/dlm_sway/probes/__init__.py
|
3 | 0 |
src/dlm_sway/probes/__init__.pymodified@@ -16,5 +16,8 @@ from dlm_sway.probes import ( # noqa: F401 — imports register the probes | ||
| 16 | 16 | adapter_revert, |
| 17 | 17 | delta_kl, |
| 18 | 18 | null_adapter, |
| 19 | + paraphrase_invariance, | |
| 20 | + preference_flip, | |
| 19 | 21 | prompt_collapse, |
| 22 | + section_internalization, | |
| 20 | 23 | ) |