dariox1337
dariox1337
I get a similar error `CUDA error: invalid device function current device: 0, in function ggml_cuda_op_flatten at ggml-cuda.cu:7971` on amd 780m (igpu) while trying to run any model. llama.cpp compiled...
> What solved the problem for me was also setting the environment variable HSA_OVERRIDE_GFX_VERSION when running make (together with the AMDGPU_TARGETS, although I'm not exactly sure if this value actually...
I've tested the distil-small model. It works without issues for me. Granted, I mostly use the "hold to record" mode, and therefore dictate one sentence at a time. I tried...
@go-run-jump as I said in the PR, the faster than real time audio might be because the sample rate isn't set correctly somewhere (I don't know where). Skipping and crackling...
I'll speak only for my implementation. 1. I'm not that familiar with OpenAI API. Does its Whisper API provide an option to redirect transcription result to an assistant on the...
While working on streaming transcription, I found a very tricky bug with keyboard simulation. Specifically, hotkeys affect simulated key presses. If you use "ctrl+shift" as the trigger hotkey, and the...
@go-run-jump Fixing OAI API backend is tricky because I can't test it. But I tried saving audio both before and after conversion in the faster whisper backend. Both audio files...