Stuck in creating runtime #1174
-
I can use SGL by deploying in command line. grateful for any suggestion! |
Beta Was this translation helpful? Give feedback.
Answered by
merrymercy
Sep 10, 2024
Replies: 1 comment
-
@Ricardokevins Can you try to use other ports for the runtime? also, you can kill the existing zombie sglang processes with https://github.com/sgl-project/sglang/blob/main/test/killall_sglang.sh before you run your script |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
merrymercy
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@Ricardokevins Can you try to use other ports for the runtime?
e.g.,
sgl.Runtime(..., port=5000)
also, you can kill the existing zombie sglang processes with https://github.com/sgl-project/sglang/blob/main/test/killall_sglang.sh before you run your script