Open eschmidbauer opened 6 months ago
Hi, did it crash? try to add further debug into whisperd-srvc-http.c, function: http_request_handler() log_debug(), to figure out where it stops
I tried to add further log lines but it appears to crash without printing logs. but only the handler crashes. the app stays up for more requests
I'm wondering if it's because the whisper_cpp code has been updated. Do you have a working model you can share so i can test vs a new GGML model?
also - would you be able to share how to compile this with CUDA support?
Updated repo, and seems figured out why you didn't see debug messages, it didn't crash but by default on *bsd systems LOG_DEBUG is disabled so the log was empty (replaced it into LOG_NOTICE, that's going well) try this new version, old models: http://akscf.org/files/models.tar.gz
also - would you be able to share how to compile this with CUDA support?
Be honest haven't think about CUDA at all, actually it was written because I had to have on hand a solution to run the Whisper separately the Freeswitch and had the API similar to OpenAI.
Because of the rush not all decisions were good there ;) Going to redo this, and thinking about more flexible version via loadable modules, might a CUDA solution appears then.
hmm even with the models you shared and new logging code, still nothing... im wondering if it's related to my build (m1)
got it, sadly, no ideas... thought, try to replace 0.0.0.0 to 127.0.0.1 (or some exact ip)
Hello, I've installed/setup
whisperd
, but i cannot seem to get any requests to work. Here is the log outputHere is the config