amjad alqasemi
amjad alqasemi
Hey! Have you implement any of these so far? Any updates?
@troublesprouter I've managed to deploy it on replicate. But it wasn't as fast as expected because replicate doesn't support TPUs. However, I tried to deploy [faster-whisper](https://github.com/guillaumekln/faster-whisper) and it was blazingly...
If you want to duplicate the hugging face version have a look at this https://huggingface.co/spaces/sanchit-gandhi/whisper-jax/discussions/38#648b03a7084699ca1535eddc
Hey, any idea why this hasn't been merged yet?
I ended up making a function that gets the messages history of a particular bot and look up the missing message (ones that weren't caught by the websocket. i.e. when...
> client = poe.client("xxxxx", client_identifier=None) > > INFO:root:Downloading next_data... INFO:root:Downloading channel data... INFO:root:Downloading all bots... INFO:root:Subscribing to mutations > > It's stuck here the whole time Remove the `client_identifier=None` part...
there is a smol bug/typo in the code for multisessions https://github.com/krypton-byte/neonize/blob/7eb04b42055bedba3cd93e4836431f095ced0064/neonize/client.py#L2677 should be: client.event.list_func = self.event.list_func additionally, there isn't a straightforward way to create new clients https://github.com/krypton-byte/neonize/blob/7eb04b42055bedba3cd93e4836431f095ced0064/goneonize/main.go#L158-L166 this snippet either...
possibly solves #65
Merged #170 and added files support to generate content stream. TODOs: - [x] generated images stream - [x] update readme