mirror of
https://github.com/deepseek-ai/DeepEP
synced 2025-06-26 18:28:11 +00:00
Modify the default num qps.
This commit is contained in:
parent
fe72093203
commit
f2c2ad5565
@ -31,7 +31,7 @@ class Buffer:
|
||||
|
||||
def __init__(self, group: dist.ProcessGroup,
|
||||
num_nvl_bytes: int = 0, num_rdma_bytes: int = 0,
|
||||
low_latency_mode: bool = False, num_qps_per_rank: int = 12,
|
||||
low_latency_mode: bool = False, num_qps_per_rank: int = 24,
|
||||
allow_nvlink_for_low_latency_mode: bool = True,
|
||||
allow_mnnvl: bool = False) -> None:
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user