mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-13 22:18:36 +08:00
[None][chore] Revert "[None][fix] change allreduce workspace dtype to torch.int64 t… (#9538)
Signed-off-by: Zhenhuan Chen <zhenhuanc@nvidia.com>
This commit is contained in:
parent
0d3c0c2156
commit
7c3bb8534d
@ -738,7 +738,7 @@ class CustomAllReduceHelper:
|
||||
3 * lamport_buffers_size,
|
||||
)
|
||||
flag_buffer = torch.tensor([0, 0, 0, lamport_buffers_size, 0],
|
||||
dtype=torch.int64,
|
||||
dtype=torch.int,
|
||||
device="cuda")
|
||||
buffers = [ipc_buffers, ipc_barriers, lamport_buffers, flag_buffer]
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user