probes: register training_drift
Authored by
mfwolffe <wolffemf@dukes.jmu.edu>
- SHA
d926245a807fd60d2fc3ff70b0d24317cb60ff17- Parents
-
3c0ffd9 - Tree
52b0d61
d926245
d926245a807fd60d2fc3ff70b0d24317cb60ff173c0ffd9
52b0d61| Status | File | + | - |
|---|---|---|---|
| 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 | ||
| 29 | 29 | section_internalization, |
| 30 | 30 | style_fingerprint, |
| 31 | 31 | tool_use_fidelity, |
| 32 | + training_drift, | |
| 32 | 33 | ) |