Damian Barabonkov

Results 29 comments of Damian Barabonkov

It's because in docker work, the /ui directory is a submodule because mist-ce/ui is. However the /ui has no access to the parent submodule data, so git complains that it...

You are all in luck: ```python # The original code was taken from the Dask serialization code base. import struct def nbytes(frame, _bytes_like=(bytes, bytearray)): """Extract number of bytes of a...

This is the expected state. It is working now and you need to connect a client to it. @zoq, I was also confused by this. This issue could be solved...

Thanks for your reply! I understand the logic to only send those responses with `eos`. But could there not be a backlog in the `llm_queue` such that there are multiple...

I wouldn't expect to see this in most cases in practice because the `llm_response` queue would empty rather quickly. I am just postulating, from exploring the code and poking at...

Hi @zoq, I'm starting to make the submodule approach, but there are changes that I do not exactly know if I should include or exclude when doing a diff of...

I would be happy to answer any questions, should you have any.

What do you mean by “update the model format as well?"

Oh I understand now. Thanks for the clarification.

Oh I see. I didn't realize you made local changes. I just thought that `whisper-live` was not on PyPI when you were writing this service. I would suggest one code...