tenseleyflow/sway / d926245

Browse files

probes: register training_drift

Authored by mfwolffe <wolffemf@dukes.jmu.edu>
SHA
d926245a807fd60d2fc3ff70b0d24317cb60ff17
Parents
3c0ffd9
Tree
52b0d61

1 changed file

StatusFile+-
M src/dlm_sway/probes/__init__.py 1 0
src/dlm_sway/probes/__init__.pymodified
@@ -29,4 +29,5 @@ from dlm_sway.probes import ( # noqa: F401 — imports register the probes
2929
     section_internalization,
3030
     style_fingerprint,
3131
     tool_use_fidelity,
32
+    training_drift,
3233
 )