How to debug sglang using pdb? #2480
Unanswered
sleepwalker2017
asked this question in
Q&A
Replies: 1 comment
-
It seems the schedulers are launched by multiprocessing. Please refer here |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to debug the code using pdb. but when I set breakpoints in the loop, it reports error.
Here is the breakpoint I set.
How can I trace the code using pdb ? Thank you!
Beta Was this translation helpful? Give feedback.
All reactions