Skip to content

Container image main-a1867e0dad0b21b35afa43fc815dae60c9a139d6 crashes with code 132 #3510

@nadiamoe

Description

@nadiamoe

The latest container image, ghcr.io/ggml-org/whisper.cpp:main-a1867e0dad0b21b35afa43fc815dae60c9a139d6, crashes and exits with code 132 (which usually means illegal instruction) immediately after startup:

nadia@Nadiarch 󱃾 curry-admin@Curry
14:59:18 ~ $> docker run -ti --rm ghcr.io/ggml-org/whisper.cpp:main-a1867e0dad0b21b35afa43fc815dae60c9a139d6 /app/build/bin/whisper-server
whisper_init_from_file_with_params_no_state: loading model from 'models/ggml-base.en.bin'
whisper_init_with_params_no_state: use gpu    = 1
whisper_init_with_params_no_state: flash attn = 1
whisper_init_with_params_no_state: gpu_device = 0
whisper_init_with_params_no_state: dtw        = 0
whisper_init_with_params_no_state: devices    = 1
whisper_init_with_params_no_state: backends   = 1
whisper_model_load: loading model
whisper_model_load: n_vocab       = 51864
whisper_model_load: n_audio_ctx   = 1500
whisper_model_load: n_audio_state = 512
whisper_model_load: n_audio_head  = 8
whisper_model_load: n_audio_layer = 6
whisper_model_load: n_text_ctx    = 448
whisper_model_load: n_text_state  = 512
whisper_model_load: n_text_head   = 8
whisper_model_load: n_text_layer  = 6
whisper_model_load: n_mels        = 80
whisper_model_load: ftype         = 1
whisper_model_load: qntvr         = 0
whisper_model_load: type          = 2 (base)
whisper_model_load: adding 1607 extra tokens
whisper_model_load: n_langs       = 99

nadia@Nadiarch 󱃾 curry-admin@Curry
14:59:22 ~ $> echo $?
132

This did not happen with the previous tag.

I have reproduced this in two computers, one with Intel(R) Core(TM) i5-6500T CPU @ 2.50GHz and another with Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions