Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
DeepEP
Commits
4e72eb39
Unverified
Commit
4e72eb39
authored
Jun 27, 2025
by
Shangyan Zhou
Committed by
GitHub
Jun 27, 2025
Browse files
Change the default num of QPs. (#263)
parent
58c47942
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
deep_ep/buffer.py
deep_ep/buffer.py
+1
-1
No files found.
deep_ep/buffer.py
View file @
4e72eb39
...
...
@@ -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
=
1
2
,
low_latency_mode
:
bool
=
False
,
num_qps_per_rank
:
int
=
2
4
,
allow_nvlink_for_low_latency_mode
:
bool
=
True
,
allow_mnnvl
:
bool
=
False
)
->
None
:
"""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment