AWS Sagemaker Deployment error

#14
by gauravsirola - opened

I was trying to deploy this model on aws sagemaker. However, I am getting the below error in the container logs:

image.png

Error: "Error: Could not download model artifacts".

I have seen this error for models which are not compatible with TEI toolkit. However, as per my knowledge, this model is in the list of supported models of TEI. Does anyone know what could be going wrong here?

Deployment Code:

image.png

instruct embeddings model require a different task which is not the same task as what you're using so you cannot (yet?) use the easy deploy button for instruct embeddings and you should use a different deployment mechanism (as far as i know)

Sign up or log in to comment