tenseleyflow/sway / 1b49ff0

Browse files

sway(probes): register B1-B3 in shipped-probes registry

Authored by espadonne
SHA
1b49ff0ab215e109e4ec2b156f4c01839bf263d4
Parents
e05932b
Tree
f4cb52c

1 changed file

StatusFile+-
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
1616
     adapter_revert,
1717
     delta_kl,
1818
     null_adapter,
19
+    paraphrase_invariance,
20
+    preference_flip,
1921
     prompt_collapse,
22
+    section_internalization,
2023
 )