From 2872788cc3bf57e36f9d2754fbd1134fd753ed14 Mon Sep 17 00:00:00 2001 From: dxc Date: Tue, 9 Jun 2026 13:30:52 +0800 Subject: [PATCH] =?UTF-8?q?fix(pipeline):=20=E7=A7=BB=E9=99=A4STEP=5FMAP?= =?UTF-8?q?=E4=B8=ADstep8=E2=86=92step11=5Fml=E7=9A=84=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E6=98=A0=E5=B0=84=EF=BC=8C=E9=81=BF=E5=85=8Dresolve=5Fstep=5Fi?= =?UTF-8?q?d('step8')=E8=BF=94=E5=9B=9Estep11=5Fml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/core/pipeline/context.py | 1 - 1 file changed, 1 deletion(-) 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", }