mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-14 06:27:45 +08:00
[None][fix] Fix 6522 mpi.pkl5.intracomm.Request has wait not Wait (#6646)
Signed-off-by: Netanel Haber <nhaber@nvidia.com>
This commit is contained in:
parent
3036d49071
commit
83ee91e17b
@ -800,7 +800,7 @@ class PyExecutor:
|
||||
# Second last rank does not need to since last rank has original decoded tokens
|
||||
if not self.dist.is_second_last_pp_rank:
|
||||
if self.send_handles[prev_microbatch_id] is not None:
|
||||
self.send_handles[prev_microbatch_id].Wait()
|
||||
self.send_handles[prev_microbatch_id].wait()
|
||||
needs_logits = (
|
||||
self._need_return_logits(scheduled_batch)
|
||||
or (self._need_return_log_probs(scheduled_batch)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user