diff --git a/src/core/pipeline/context.py b/src/core/pipeline/context.py index d6723cd..bebee3d 100644 --- a/src/core/pipeline/context.py +++ b/src/core/pipeline/context.py @@ -26,7 +26,6 @@ STEP_MAP_OLD_TO_NEW: Dict[str, str] = { "step8_5": "step11", "step8_75": "step12", "step7": "step10", - "step8": "step11_ml", "step9": "step14", }