Fix flasky tests (#2212)

This commit is contained in:
Lianmin Zheng
2024-11-26 23:06:20 -08:00
committed by GitHub
parent 0b46b951ae
commit c754652fcd
2 changed files with 2 additions and 4 deletions

View File

@@ -25,8 +25,6 @@ from sglang.srt.managers.io_struct import (
BatchEmbeddingOut,
BatchStrOut,
BatchTokenIDOut,
GetMemPoolSizeReqOutput,
UpdateWeightReqOutput,
)
from sglang.srt.managers.schedule_batch import FINISH_MATCHED_STR, FINISH_MATCHED_TOKEN
from sglang.srt.server_args import PortArgs, ServerArgs