Georgi Gerganov

Results 1015 comments of Georgi Gerganov

Hi, I am not familiar with how React Native works, but is it not possible to somehow use the `.js` ggwave library? https://github.com/ggerganov/ggwave/tree/master/bindings/javascript Here is a pure HTML + JS...

Hi, thanks for the suggestion. In the following discussion I have explained what it would take to remove the 140 byte limit: https://github.com/ggerganov/ggwave/discussions/34 Splicing a data file into 140-byte chunks...

I've seen Ozzillate before - if I remember correctly, they host your file on their server and simply transmit a link via sound. The actual file contents are served via...

Hi, check out this discussion for more info on this topic: https://github.com/ggerganov/ggwave/discussions/34 I will think about extending the protocol for long transmissions, but the biggest problem is how to make...

Yes, splitting the message into smaller chunks is always an option. I will think about adding it as an option in the core library. But I am not sure about...

Looks like the "Mrecord" shape is not supported. If you just change it to "record" it should render: https://dot-to-ascii.ggerganov.com/?src_hash=5b908fa7

`dot-to-ascii` is just a simple wrapper around the [Graph::Easy](https://metacpan.org/pod/Graph::Easy) perl cli tool, so support depends on when it gets implemented in `Graph::Easy`.

I believe this is a known limitation of the model - see this discussion for more info: https://github.com/openai/whisper/discussions/29 There are various strategies that can be added to reduce the occurrence...

@szeidner Yes, it's likely due to the inferior decoding strategy in `whisper.cpp`. I've made some improvements lately - you might give it another try, but probably your case is still...