ggerganov / whisper.cpp

Port of OpenAI's Whisper model in C/C++
MIT License
35.65k stars 3.63k forks source link

43 Illegal instruction #91

Closed EmanuelCampos closed 2 years ago

EmanuelCampos commented 2 years ago

Hi guys, I'm trying to run this whisper.CPP on a docker container and getting: 43 Illegal instructions, ideas on how to solve this?

container: https://gallery.ecr.aws/lambda/nodejs

image
EmanuelCampos commented 2 years ago

closing the issue, I changed to an ARM processor, and works well

using the image: public.ecr.aws/lambda/nodejs:16-arm64