Hi,
I created an endpoint following exactly this video by your tech lead. (For Azure ML for text)
I am a new User. I get this after deployment success, trying to test the endpoint.
{
“name”: “f3b3dc7c-51dd-4746-821e-ca373a36c00b”,
“httpStatusCode”: 500,
“headers”: {
“Pragma”: “no-cache”,
“x-ms-ratelimit-remaining-subscription-reads”: “11998”,
“x-ms-providerhub-traffic”: “True”,
“mise-correlation-id”: “7e0943fb-cc64-4932-9f70-8b0b3051b929”,
“x-ms-failure-cause”: “service”,
“x-ms-request-id”: “49eca3fd-15a3-4775-bcef-4a326ea53967”,
“x-ms-client-request-id”: “8c0766b2-de16-4e79-b35e-f262e668500a”,
“x-ms-correlation-request-id”: “d0a394d6-5392-4324-adc3-1eef45a06916”,
“x-ms-routing-request-id”: “CANADAEAST:20230426T223449Z:fd41766f-dbff-4d82-8d36-ac50c8c0b8af”,
“Strict-Transport-Security”: “max-age=31536000; includeSubDomains”,
“X-Content-Type-Options”: “nosniff”,
“Connection”: “close”,
“Cache-Control”: “no-cache”,
“Date”: “Wed, 26 Apr 2023 22:34:48 GMT”,
“Server”: “Kestrel”
},
“content”: {
“error”: {
“code”: “DownstreamEndpointError”,
“message”: “The resource provider ‘public’ received a non-success response ‘InternalServerError’ from the downstream endpoint for the request ‘GET’ on ‘HuggingFace.Endpoint/distilbert-base-uncase-enz0fyfe’. Please refer to additional info for details.”
}
},
“contentLength”: 296
}
Suggestions?
Thanks,
Joel