simple_tensorflow_serving icon indicating copy to clipboard operation
simple_tensorflow_serving copied to clipboard

how can I shutdown the model which I don't want to use?

Open wzl789139 opened this issue 6 years ago • 2 comments

I use sample_tensorflow_serving by docker.But the default models all open as default.They occupy too many resource.I want to shutdown them ,But I couldn't find the way in the document.

wzl789139 avatar Aug 21 '19 03:08 wzl789139

Hi @wzl789139 , the example docker image will load all the models in the container as demo. You can remove the model files or specify the model to load when start the server.

tobegit3hub avatar Aug 22 '19 03:08 tobegit3hub

@tobegit3hub Are you a Chinese? Thanks for your excellent work and help. I got it finally. My poor English can not describe this problem clearly. The key was that I must restart the docker container to restart(reload) the service and model.

wzl789139 avatar Aug 23 '19 14:08 wzl789139