whisper.cpp icon indicating copy to clipboard operation
whisper.cpp copied to clipboard

got error when using openvino

Open jackleibest opened this issue 8 months ago • 11 comments

according to the manual, i just wanna speed up inference on the CPU via OpenVINO, however got the problem as bellow. (openvino_conv_env) [root@zaozhuang3L-C6-35 whisper.cpp]# ./main -m models/ggml-base.en-encoder-openvino.bin -f samples/jfk.wav whisper_init_from_file_no_state: loading model from 'models/ggml-base.en-encoder-openvino.bin' whisper_model_load: loading model whisper_model_load: invalid model data (bad magic) whisper_init_no_state: failed to load model error: failed to initialize whisper context

jackleibest avatar Oct 27 '23 01:10 jackleibest