eual8

Results 9 comments of eual8

> Killing ANECompilerService with -9 works. But I have to do this **every single time** i start a normal **transcription**. This can't be normal... > > Any suggestions? the same...

> Same thing was happening to me with any of the downloadable ones I could find, building it locally on my machine worked fine though. Took ~10m for small.en on...

I was able to convert the whisper large-v2.pt model (it took less than 1 minute). Now there are no errors, thanks for the advice. I did everything as written here:...

Facing the same error on Ubuntu 22.04.2 LTS X11. Opening Resource Monitor extension settings helps, the error disappears and the temperature value is displayed.

I also encountered this problem, that the answer was generated not on the basis of an indexed document, but from the knowledge base on which the model was trained. How...

I have the same problem with import. In the console the result is successful, but in the elastic logs there are not even requests to add documents. ``` public function...

same here, using latest heroku buildpack https://github.com/heroku/heroku-buildpack-php and Dokku v0.34.5

Same here. Has anyone found a solution to this issue? FROM hyperf/hyperf:8.3-alpine-v3.19-swoole-slim-v5.1

> @pdw207 > > * Currently the temperature step is set to `0.4`. Try to decrease it to `0.1` as in the original Whisper implementation: > > https://github.com/ggerganov/whisper.cpp/blob/77eab3fbfe5e5462021d92dd230076bba06eefbc/whisper.cpp#L3329 > >...