amjad alqasemi

Results 6 comments of 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...