You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am following the readme https://github.com/triton-inference-server/tensorrtllm_backend and use pkill tritonserver to stop it. Sometimes I find I also need to do the same to pkill -9 -f triton_python_backend_stub but in general they do not block me from running the server again.
But I noticed that after above there are many triton_python_b and tritonserver processes left behind like the below. Curious what are these processes and what are the proper ways to terminate those too?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I am following the readme https://github.com/triton-inference-server/tensorrtllm_backend and use
pkill tritonserver
to stop it. Sometimes I find I also need to do the same topkill -9 -f triton_python_backend_stub
but in general they do not block me from running the server again.But I noticed that after above there are many triton_python_b and tritonserver processes left behind like the below. Curious what are these processes and what are the proper ways to terminate those too?
Beta Was this translation helpful? Give feedback.
All reactions