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
vllm_cscc
Commits
a55c9509
Unverified
Commit
a55c9509
authored
Jul 25, 2025
by
Huy Do
Committed by
GitHub
Jul 25, 2025
Browse files
Correctly kill vLLM processes after finishing serving benchmarks (#21641)
Signed-off-by:
Huy Do
<
huydhn@gmail.com
>
parent
97349fe2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
6 deletions
+8
-6
.buildkite/nightly-benchmarks/scripts/run-nightly-benchmarks.sh
...kite/nightly-benchmarks/scripts/run-nightly-benchmarks.sh
+8
-6
No files found.
.buildkite/nightly-benchmarks/scripts/run-nightly-benchmarks.sh
View file @
a55c9509
...
...
@@ -95,12 +95,14 @@ json2args() {
}
kill_gpu_processes
()
{
pkill
-f
python
pkill
-f
python3
pkill
-f
tritonserver
pkill
-f
pt_main_thread
pkill
-f
text-generation
pkill
-f
lmdeploy
pkill
-f
'[p]ython'
pkill
-f
'[p]ython3'
pkill
-f
'[t]ritonserver'
pkill
-f
'[p]t_main_thread'
pkill
-f
'[t]ext-generation'
pkill
-f
'[l]mdeploy'
# vLLM now names the process with VLLM prefix after https://github.com/vllm-project/vllm/pull/21445
pkill
-f
'[V]LLM'
while
[
"
$(
nvidia-smi
--query-gpu
=
memory.used
--format
=
csv,noheader,nounits |
head
-n
1
)
"
-ge
1000
]
;
do
sleep
1
...
...
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