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
96db0f66
Unverified
Commit
96db0f66
authored
Dec 08, 2024
by
Lianmin Zheng
Committed by
GitHub
Dec 08, 2024
Browse files
Update killall_sglang.sh (#2397)
parent
7dc66fcb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
scripts/killall_sglang.sh
scripts/killall_sglang.sh
+1
-1
No files found.
scripts/killall_sglang.sh
View file @
96db0f66
...
...
@@ -4,7 +4,7 @@
nvidia-smi
# Clean SGLang processes
kill
-9
$(
ps aux |
grep
'
multiprocessing.spawn
'
|
grep
-v
'grep'
|
awk
'{print $2}'
)
2>/dev/null
kill
-9
$(
ps aux |
grep
'
sglang::
'
|
grep
-v
'grep'
|
awk
'{print $2}'
)
2>/dev/null
kill
-9
$(
ps aux |
grep
'sglang.launch_server'
|
grep
-v
'grep'
|
awk
'{print $2}'
)
2>/dev/null
kill
-9
$(
ps aux |
grep
'sglang.bench'
|
grep
-v
'grep'
|
awk
'{print $2}'
)
2>/dev/null
...
...
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