mirror of
https://git.datalinker.icu/vllm-project/vllm.git
synced 2026-04-07 04:57:02 +08:00
fix dp=2 tp=2 hang
Signed-off-by: Sage Moore <sage@neuralmagic.com>
This commit is contained in:
parent
37bdf9f324
commit
020d9b05bc
@ -46,7 +46,7 @@ class UBatchContext:
|
||||
# self.stream.wait_event(start_event)
|
||||
print("Starting ubatch %d" % self.id)
|
||||
# if self.gpu_wait_on_launch:
|
||||
# self.gpu_stream_wait()
|
||||
self.gpu_stream_wait()
|
||||
return self
|
||||
|
||||
def __exit__(self, exc_type, exc_val, exc_tb):
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user