Hi! My name is Honey.
I am serving a PyTorch model on Vertex AI. After uploading the model to the model registry as a "model.mar" file, I deployed an endpoint on Vertex AI using a GPU NVIDIA V100 and an n1-standard-16 machine.
When I try to execute the endpoint from my local machine, I get a 503 error.
The endpoint has been successfully deployed and there are no errors on the server.
However, I consistently receive a 503 "InternalServerException".
What could be the issue?