Skip to content

Commit

Permalink
add zmq radix cache
Browse files Browse the repository at this point in the history
  • Loading branch information
josephydu committed Sep 23, 2024
1 parent 7af1dbd commit b3bf7be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/sglang/srt/managers/controller_flex.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ def pre_radix_scheduler(self, input_requests):
# t5 = time.time()
# logger.info(f"if time = {t5 - t4}")
else:
self.resources_aware_scheduler(r)
self.resources_aware_scheduler([r])
# t11 = time.time()
# if all_waitting:
# # 全部waiting,选最小的
Expand Down

0 comments on commit b3bf7be

Please sign in to comment.