Make token mapping non-blocking in the overlapped mode (#1740)

This commit is contained in:
Lianmin Zheng
2024-10-20 23:25:14 -07:00
committed by GitHub
parent 45d5af2416
commit cf470fea32
2 changed files with 7 additions and 16 deletions

View File

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