From 032bf748bb43fb195b82c17a3451bafd0eddbf5c Mon Sep 17 00:00:00 2001 From: weikaiwen Date: Thu, 2 Apr 2026 17:00:19 +0800 Subject: [PATCH] fix --- src/twinkle/preprocessor/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/twinkle/preprocessor/__init__.py b/src/twinkle/preprocessor/__init__.py index 3fc975cb..48ab6342 100644 --- a/src/twinkle/preprocessor/__init__.py +++ b/src/twinkle/preprocessor/__init__.py @@ -3,4 +3,4 @@ from .dpo import EmojiDPOProcessor from .llm import (AlpacaProcessor, CompetitionMathGRPOProcessor, CompetitionMathProcessor, CountdownProcessor, GSM8KProcessor, SelfCognitionProcessor) -from .mm import CLEVRProcessor, VisionQAProcessor +from .mm import CLEVRProcessor