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
fb52d35f
"vscode:/vscode.git/clone" did not exist on "0c7b5320183f2545ed391c94183d1d7c2555480d"
Unverified
Commit
fb52d35f
authored
Oct 30, 2025
by
fzyzcjy
Committed by
GitHub
Oct 29, 2025
Browse files
Super tiny fix AMD ci (#12378)
parent
2b71531a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
python/sglang/bench_serving.py
python/sglang/bench_serving.py
+1
-1
No files found.
python/sglang/bench_serving.py
View file @
fb52d35f
...
...
@@ -2033,7 +2033,7 @@ async def benchmark(
):
result
=
{
# Arguments
"tag"
:
args
.
tag
,
"tag"
:
getattr
(
args
,
"tag"
,
None
)
,
"backend"
:
args
.
backend
,
"dataset_name"
:
args
.
dataset_name
,
"request_rate"
:
"trace"
if
use_trace_timestamps
else
request_rate
,
...
...
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