You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have trained mistral 7B model on aws sagemaker, the model weights are stored in S3 location. I have deployed the end point, when I am trying to invoke the endpoint , I am getting the below error
ModelError: An error occurred (ModelError) when calling the InvokeEndpoint
operation: Received client error (400) from primary with message"{
"code": 400,
"type": "InternalServerException",
"message": "\u0027mistral\u0027"
}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have trained mistral 7B model on aws sagemaker, the model weights are stored in S3 location. I have deployed the end point, when I am trying to invoke the endpoint , I am getting the below error
ModelError: An error occurred (ModelError) when calling the InvokeEndpoint
operation: Received client error (400) from primary with message"{
"code": 400,
"type": "InternalServerException",
"message": "\u0027mistral\u0027"
}
please help me
Beta Was this translation helpful? Give feedback.
All reactions