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
79319ced
Unverified
Commit
79319ced
authored
Jul 30, 2024
by
Cade Daniel
Committed by
GitHub
Jul 30, 2024
Browse files
[Nightly benchmarking suite] Remove pkill python from run benchmark suite (#6965)
parent
40c27a7c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
.buildkite/nightly-benchmarks/run-benchmarks-suite.sh
.buildkite/nightly-benchmarks/run-benchmarks-suite.sh
+0
-5
No files found.
.buildkite/nightly-benchmarks/run-benchmarks-suite.sh
View file @
79319ced
...
...
@@ -73,11 +73,6 @@ kill_gpu_processes() {
echo
"All GPU processes have been killed."
fi
# Sometimes kill with pid doesn't work properly, we can also kill all process running python or python3
# since we are in container anyway
pkill
-9
-f
python
pkill
-9
-f
python3
# waiting for GPU processes to be fully killed
# loop while nvidia-smi returns any processes
while
[
-n
"
$(
nvidia-smi
--query-compute-apps
=
pid
--format
=
csv,noheader
)
"
]
;
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