We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm missing a thing?
node main.js
[whisper-node] Transcribing: audios/geladeira.wav
[whisper-node] Problem: whisper_init_from_file_with_params_no_state: loading model from './models/ggml-base.bin' whisper_model_load: loading model whisper_model_load: n_vocab = 51865 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 1608 extra tokens whisper_model_load: n_langs = 99 whisper_backend_init: using Metal backend ggml_metal_init: allocating ggml_metal_init: found device: Intel Iris Pro Graphics ggml_metal_init: found device: NVIDIA GeForce GT 750M ggml_metal_init: picking default device: NVIDIA GeForce GT 750M ggml_metal_init: default.metallib not found, loading from source ggml_metal_init: loading '/Users/jefaokpta/Downloads/whisper-test/node_modules/whisper-node/lib/whisper.cpp/ggml-metal.metal'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm missing a thing?
[whisper-node] Transcribing: audios/geladeira.wav
[whisper-node] Problem: whisper_init_from_file_with_params_no_state: loading model from './models/ggml-base.bin'
whisper_model_load: loading model
whisper_model_load: n_vocab = 51865
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 1608 extra tokens
whisper_model_load: n_langs = 99
whisper_backend_init: using Metal backend
ggml_metal_init: allocating
ggml_metal_init: found device: Intel Iris Pro Graphics
ggml_metal_init: found device: NVIDIA GeForce GT 750M
ggml_metal_init: picking default device: NVIDIA GeForce GT 750M
ggml_metal_init: default.metallib not found, loading from source
ggml_metal_init: loading '/Users/jefaokpta/Downloads/whisper-test/node_modules/whisper-node/lib/whisper.cpp/ggml-metal.metal'
The text was updated successfully, but these errors were encountered: