Skip to content

Commit

Permalink
Fix warning messages
Browse files Browse the repository at this point in the history
  • Loading branch information
merrymercy committed Nov 24, 2024
1 parent 54800ec commit eb19d87
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/sglang/srt/managers/scheduler.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import zmq

from sglang.global_config import global_config
from sglang.srt.configs.model_config import AttentionArch, ModelConfig
from sglang.srt.configs.model_config import ModelConfig
from sglang.srt.hf_transformers_utils import get_processor, get_tokenizer
from sglang.srt.layers.logits_processor import LogitsProcessorOutput
from sglang.srt.managers.io_struct import (
Expand Down Expand Up @@ -731,7 +731,6 @@ def get_next_batch_to_run(self):
# Inflight request keeps its rid but will get a new req_pool_idx
self.req_to_token_pool.free(self.being_chunked_req.req_pool_idx)
self.batch_is_full = False
print("set self.batch_is_full = False")

if not self.last_batch.is_empty():
if self.running_batch is None:
Expand Down

0 comments on commit eb19d87

Please sign in to comment.