WentaoZhang
WentaoZhang
I might add that what the correct Post address is and the how the post method of use differ from the official one. Thank you for answering my question
I followed the [https://github.com/tensorflow/serving](url)  what's more, the tensorflow website [https://tensorflow.google.cn/tfx/serving/api_rest](url) also provides the predict api format. this is POST http://host:port/v1/models/${MODEL_NAME}[/versions/${VERSION}|/labels/${LABEL}]:predict,I can run successfully through the mirror image given by...
I have already tried the url http://localhost:8501/v1/models/model:predict, but it is still an error
H! @juan131 I have followed your steps and it had this error:  This is the logs 
It still don't work 
 yes, the model has be copied to the /bitnami/model-data. The are two subdirectories in the /bitnami directory. The tensorflow-serving folder is empty, and the model-data folder has the mounted...
Thank you, it did work!
me too
I also have the problem. When I use the "balanced" mode in the http://localhost:3000/, it doesn't return the result with any the Hugging Face embedding models.