Henrik Levring

Results 23 comments of Henrik Levring

Hi just wanted to see if there is any update on this?

Yeah, this seems to be a problem. ninja: build stopped: subcommand failed. ERROR Error: Command failed: ninja.exe -v -j 200 electron:electron_dist_zip at checkExecSyncError (node:child_process:690:11) .. Setting up a batch script...

Yeah good idea so everyone don't need to generate the Intel IR on their own. But you are missing the distilled large v3 https://huggingface.co/distil-whisper/distil-large-v3-ggml/tree/main . According to [docs](https://huggingface.co/distil-whisper/distil-large-v3) this update...

@patrickvonplaten with the latest release of Distilled V3 my understanding is that Distilled model is no longer exclusively tied to the chunked algorithm as far as I can understand https://huggingface.co/distil-whisper/distil-large-v3...

hmm ..this is an eye opener, I always thought that whisper.cpp only supported the sequential input form.

Yep, I can confirm it's absolutely working with the IR files from your link.

Yeah, Large is not going to work I think, but I got medium to work a while back. There were some hiccups getting stuck a few times, but generally it...

Whatever is out there right now at https://replicate.com/vaibhavs10/incredibly-fast-whisper is definitely pretty broken , so if this pull request also fixes that it would be nice. ![vaibhavs10-incredibly-fast-whisper – Run with an...

It's probably be obvious to anyone trying it out, but just wanted to mention a small mistake in the directory copy targets below from the [readme.md](https://github.com/grazder/samejs/blob/first_demo/deepfilternet3/wasm_worker_sharedarraybuffer/README.md ) cp -r libdf/pkg...

I am totally not a JS person, and just looked briefly at the code, but I suppose we want to measure execution time of df_process_frame Tried to profile average frames...