Minor style and doc fix (#7228)

This commit is contained in:
Lianmin Zheng
2025-06-16 01:03:13 -07:00
committed by GitHub
parent 0ae1e9a755
commit 21615cc3fe
4 changed files with 10 additions and 14 deletions
@@ -11,7 +11,6 @@ from sglang.srt.layers.attention.base_attn_backend import AttentionBackend
from sglang.srt.managers.schedule_batch import global_server_args_dict
from sglang.srt.model_executor.forward_batch_info import ForwardBatch, ForwardMode
from sglang.srt.speculative.eagle_utils import EagleDraftInput, EagleVerifyInput
from sglang.srt.utils import get_compiler_backend
if TYPE_CHECKING:
from sglang.srt.layers.radix_attention import RadixAttention