This website requires JavaScript.
Explore
Help
Register
Sign In
EngineX-Hygon
/
sglang
Watch
5
Star
0
Fork
0
You've already forked sglang
Code
Issues
Pull Requests
Actions
7
Projects
Releases
Wiki
Activity
Files
3f0fe08d3748dfd5aa70f4620bb44bdd6765e335
sglang
/
test
/
killall_sglang.sh
2 lines
84 B
Bash
Raw
Normal View
History
Unescape
Escape
[Minor] improve kill scripts and torchao import (#1375)
2024-09-10 11:27:03 -07:00
kill
-9
$(
ps aux
|
grep
'sglang.launch_server'
|
grep -v
'grep'
|
awk
'{print $2}'
)
Reference in New Issue
Copy Permalink