[bugfix]Add empty_context import to two_batch_overlap.py (#10964)

This commit is contained in:
wejoncy
2025-09-28 16:26:20 +08:00
committed by GitHub
parent 66face3598
commit a9050b5c39

View File

@@ -31,7 +31,7 @@ from sglang.srt.model_executor.forward_batch_info import (
from sglang.srt.operations import execute_operations, execute_overlapped_operations
from sglang.srt.operations_strategy import OperationsStrategy
from sglang.srt.speculative.eagle_utils import EagleDraftInput, EagleVerifyInput
from sglang.srt.utils import BumpAllocator, get_bool_env_var, is_hip
from sglang.srt.utils import BumpAllocator, empty_context, get_bool_env_var, is_hip
if TYPE_CHECKING:
from sglang.srt.layers.moe.token_dispatcher import DispatchOutput