-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Closed
Labels
buildBuild related issuesBuild related issues
Description
Hi, I've been trying to get this to work a few times, but it always fails with an illegal hardware instruction error.
E.g. for ./main -m models/ggml-small.bin -f samples/jfk.wav
I get the following output:
whisper_model_load: loading model from 'models/ggml-small.bin'
whisper_model_load: n_vocab = 51865
whisper_model_load: n_audio_ctx = 1500
whisper_model_load: n_audio_state = 768
whisper_model_load: n_audio_head = 12
whisper_model_load: n_audio_layer = 12
whisper_model_load: n_text_ctx = 448
whisper_model_load: n_text_state = 768
whisper_model_load: n_text_head = 12
whisper_model_load: n_text_layer = 12
whisper_model_load: n_mels = 80
whisper_model_load: f16 = 1
whisper_model_load: type = 3
whisper_model_load: mem_required = 1048.00 MB
whisper_model_load: adding 1608 extra tokens
whisper_model_load: ggml ctx size = 533.05 MB
fish: Job 1, './main -m models/ggml-small.b...' terminated by signal SIGILL (Illegal instruction)
I've tried other models as well, but the result is always the same.
Metadata
Metadata
Assignees
Labels
buildBuild related issuesBuild related issues