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'm trying to deploy an inference endpoint for a speech-to-IPA model on SageMaker, using HuggingFace's toolkit for "facebook/wav2vec2-lv-60-espeak-cv-ft", which depends on espeak (sudo yum install speak) to perform some speech conversions. The VM that the service spins up doesn't contain the option for me to input a specific package to be installed or a script to do so.
ModelError: An error occurred (ModelError) when calling the InvokeEndpoint operation: Received client error (400) from primary with message "{
"code": 400,
"type": "InternalServerException",
"message": "espeak not installed on your system"
}```
The text was updated successfully, but these errors were encountered:
I'm trying to deploy an inference endpoint for a speech-to-IPA model on SageMaker, using HuggingFace's toolkit for "facebook/wav2vec2-lv-60-espeak-cv-ft", which depends on
espeak
(sudo yum install speak
) to perform some speech conversions. The VM that the service spins up doesn't contain the option for me to input a specific package to be installed or a script to do so.The text was updated successfully, but these errors were encountered: