I use the official docker image: ghcr.io/huggingface/text-generation-inference:2.0.1
Information
[X] Docker
[ ] The CLI directly
Tasks
[X] An officially supported command
[ ] My own modifications
Reproduction
I used the following command to serve the model. After TGI finished the model sharding/loading and started serving, I cannot use Ctrl+C to terminate the server.
In previous version 1.3.0 and 1.4.0, I can use Ctrl+C to terminate the server while it is not the case for 2.0.1. My current solution is to use docker command to kill the container. Not sure if this is a good way?
System Info
I use the official docker image: ghcr.io/huggingface/text-generation-inference:2.0.1
Information
Tasks
Reproduction
I used the following command to serve the model. After TGI finished the model sharding/loading and started serving, I cannot use
Ctrl+C
to terminate the server.Expected behavior
In previous version 1.3.0 and 1.4.0, I can use
Ctrl+C
to terminate the server while it is not the case for 2.0.1. My current solution is to use docker command to kill the container. Not sure if this is a good way?