whisper-node icon indicating copy to clipboard operation
whisper-node copied to clipboard

Following tutorial try 2

Open jefaokpta opened this issue 9 months ago • 0 comments

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'

jefaokpta avatar May 11 '24 14:05 jefaokpta