Georgi Gerganov

Results 819 comments of Georgi Gerganov

@jaybinks Can you post the output of `cat /proc/cpuinfo`?

@aryker This CPU has AVX but does not have F16C. This combination is currently not supported in `ggml.c`. The `Makefile` has to be adjusted to not add the `-mavx` flag...

I was worried that it might degrade quality, but I have no evals as you can guess. I think it is best to gate this through a command line argument....

Stereo-diarization is already implemented - see #64 I have some other ideas in mind for general diarization, but low-priority for the moment.

Hmm, looks OK overall - there isn't any extra step necessary. Maybe try to normalize the PCM to be in `[-1.0, 1.0]` as demonstrated here: https://github.com/ggerganov/whisper.cpp/issues/9#issuecomment-1272555209 This example used to...

This seems like a problem in the Go bindings, otherwise there would have been more reports. However, I don't think I can help with locating the problem - the Go...

Looks like an interesting project, but probably I won't get around to integrating it anytime soon

Hm not sure. @Linux13524 Is this CPU-only or using CUDA / Metal backend?

> tests failing because of apt downtime - need to re-run them... Restarted them just now

Depending on your hardware (GPU cores / ANE cores), Core ML might or might not be faster: https://github.com/ggerganov/whisper.cpp/discussions/1722#discussioncomment-8011884