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
7023f413c6c57cf29c20a7b28582fa01398de1b6
sglang
/
test
/
killall_python.sh
2 lines
70 B
Bash
Raw
Normal View
History
Unescape
Escape
Clean up (#422)
2024-05-11 20:55:00 -07:00
kill
-9
$(
ps aux
|
grep
'sglang'
|
grep -v
'grep'
|
awk
'{print $2}'
)
Reference in New Issue
Copy Permalink