Georgi Gerganov
Georgi Gerganov
Some unsuccessful experiments with audio embedding clustering Tried to apply C-means fuzzy clustering on: - embeddings after the initial convolution in the encoder - self KV embeddings from each encoder...
Similar to [ggwave](https://github.com/ggerganov/ggwave/tree/master/bindings/javascript)
# Encoder Collection of [bench](https://github.com/ggerganov/whisper.cpp/tree/master/examples/bench) results for various platforms and devices. If you want to submit info about your device, simply run the [bench](https://github.com/ggerganov/whisper.cpp/tree/master/examples/bench) tool or the [extra/bench-all.sh](https://github.com/ggerganov/whisper.cpp/blob/master/extra/bench-all.sh) and report...
Update: This PR adds AVX 512-bit support. The performance compared to AVX2 is worse. Either I am not utilising correctly the 512-bit instructions set, or it simply does not provide...
Do whatever he does for uWebSockets in this project too: https://github.com/uNetworking/uWebSockets/issues/1508
Would be nice if someone can help and provide build instructions for Windows. I think the only thing that might need an update is the [pthread dependency in ggml.c](https://github.com/ggerganov/whisper.cpp/blob/310f4883d1d4bbba56a69f560870566ed1e4ed76/ggml.c#L12). The...
See #99 for more details - it's the same idea but for VSCode
Implement a very basic Java application using `whisper.cpp`. It can be used as an example for running Whisper on Android. The [ggwave-java](https://github.com/ggerganov/ggwave-java) project can be used as a good starting...
[WIP in progress] With the idea in #137 it is possible to reduce the time in the encoder multiple times. This is beneficial for the `stream` example, because it already...
ref #154 [WIP in progress]