Fix logit processor bugs (#427)

This commit is contained in:
Lianmin Zheng
2024-05-12 04:54:07 -07:00
committed by GitHub
parent 7023f413c6
commit aee4f523cf
26 changed files with 166 additions and 257 deletions

1
test/killall_sglang.sh Normal file
View File

@@ -0,0 +1 @@
kill -9 $(ps aux | grep 'sglang' | grep -v 'grep' | awk '{print $2}')