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
93dffd699bd653fb1dfef44f30eb3d7ec40d6a4d
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