Georgi Gerganov
Georgi Gerganov
WIP in progress ..
Currently, we can only change the output file stream through a global static call. Maybe add stuff like log levels, filtering, etc. See discussion in https://github.com/ggerganov/ggwave/issues/51 for some ideas.
Feedback
I was a bit surprised by the huge amount of interest that this project generated. I had no idea if **keytap** works reliably or not, so I am happy to...
It would be nice to provide info for building the project in Windows environment
Can this be achieved? Seems like WebGL only support 16-bit integer indices.
ref #5 - This change enables 32-bit vertex indices in Dear ImGui and also makes the WebGL renderer use 32-bit vertex arrays - Your browser must support the [OES_element_index_uint](https://www.khronos.org/registry/webgl/extensions/OES_element_index_uint/) extension...
## Description It is essential for the successful application of this WebSocket approach to minimise the amount of network traffic between the server and the clients. The WebSocket spec allows...
Capture various mouse/keyboard events in the browser and send them to the server.
Currently, we compute the cross-correlation between time-domain key waveforms to determine how similar 2 keys are. Instead, we can compute the similarity metric over the Mel spectrograms of the signals....
This is quick and dirty implementation of GPU support for Apple hardware using [Metal Performance Shaders](https://developer.apple.com/documentation/metalperformanceshaders?language=objc). It demonstrates how part of the feed forward layer in the encoder can be...