Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
merrymercy committed Jan 3, 2025
1 parent 0d7b1a0 commit 5fc3384
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/sglang/srt/managers/tokenizer_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,6 @@ async def _handle_batch_request(
tmp_obj = copy.copy(objs[i])
tokenized_obj = copy.copy(tokenized_objs[i])
tokenized_obj.rid = tmp_obj.regenerate_rid()
self.send_to_scheduler.send_pyobj(tokenized_obj)
generators.append(
self._wait_one_response(
tmp_obj, tokenized_obj, request, created_time
Expand Down

0 comments on commit 5fc3384

Please sign in to comment.