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
dynamo
Commits
b7107d00
Unverified
Commit
b7107d00
authored
Dec 17, 2025
by
ishandhanani
Committed by
GitHub
Dec 17, 2025
Browse files
fix: warmup for auto warmup (#4879)
parent
1c39e483
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
examples/backends/sglang/slurm_jobs/scripts/vllm/bench.sh
examples/backends/sglang/slurm_jobs/scripts/vllm/bench.sh
+1
-1
No files found.
examples/backends/sglang/slurm_jobs/scripts/vllm/bench.sh
View file @
b7107d00
...
...
@@ -40,7 +40,7 @@ set -e
warmup_isl
=
$chosen_isl
warmup_osl
=
$chosen_osl
warmup_req_rate
=
250
warmup_concurrency_list
=(
1 4
8 32 64
128 256
512
)
warmup_concurrency_list
=(
1 4
32
128 256
)
# Ensure all chosen concurrencies are in warmup list
for
c
in
"
${
chosen_concurrencies
[@]
}
"
;
do
...
...
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