Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
ef326774
Unverified
Commit
ef326774
authored
Jun 12, 2025
by
Quanfeng Li
Committed by
GitHub
Jun 11, 2025
Browse files
Fix positional argument (#7093)
parent
021f76e4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
benchmark/kernels/fused_moe_triton/benchmark_ep_pre_reorder_triton.py
...rnels/fused_moe_triton/benchmark_ep_pre_reorder_triton.py
+1
-0
python/sglang/test/test_block_fp8_ep.py
python/sglang/test/test_block_fp8_ep.py
+1
-0
No files found.
benchmark/kernels/fused_moe_triton/benchmark_ep_pre_reorder_triton.py
View file @
ef326774
...
...
@@ -48,6 +48,7 @@ def benchmark_pre_reorder(batch_size, topk, model_config):
topk
,
hidden_size
,
block_size
,
use_per_token_if_dynamic
=
True
,
)
for
_
in
range
(
10
):
...
...
python/sglang/test/test_block_fp8_ep.py
View file @
ef326774
...
...
@@ -84,6 +84,7 @@ def ep_moe(
top_k
,
hidden_states
.
shape
[
1
],
BLOCK_SIZE
=
512
,
use_per_token_if_dynamic
=
True
,
)
seg_indptr_cur_rank
=
seg_indptr
[
start_expert_id
:
end_expert_id
+
2
]
...
...
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