lightllm
lightllm copied to clipboard
Are there any efficient way to command kill the lightllm process?
the Solution i use is : pkill -9 -f lightllm.server.api_server fuser -k /dev/nvidia0 and as you can see ,it will kill other process and my boss will kill me,so please help.
Why not use Docker to start the lightllm service? You can use multiple Docker containers to start multiple services.
Why not use Docker to start the lightllm service? You can use multiple Docker containers to start multiple services.
i want to kill the process with a Shell code,i wrote a loop to start and shutdown the api serve multi-times, so can docker do that?
@yy9996 I think docker can do that.