diff --git a/python/sglang/srt/configs/deepseek_ocr.py b/python/sglang/srt/configs/deepseek_ocr.py index 2138beaaf..b1f2488d3 100644 --- a/python/sglang/srt/configs/deepseek_ocr.py +++ b/python/sglang/srt/configs/deepseek_ocr.py @@ -14,7 +14,6 @@ from transformers import ( from sglang.srt.multimodal.customized_mm_processor_utils import ( register_customized_processor, ) - from sglang.srt.sampling.custom_logit_processor import ( DeepseekOCRNoRepeatNGramLogitProcessor, )