tobegit3hub/simple_tensorflow_serving

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

Opened this issue · 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.

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 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.