-
Notifications
You must be signed in to change notification settings - Fork 294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Simple Client Recording Attempt #39
Comments
Are you running this on a mac? |
A temporary workaround is to set This might cause that we skip some frames, we are looking into updating the frame rate for the different platforms. |
@zoq Thanks for the idea. Yes, I am on a mac. I tried setting the
|
Okay, I can reproduce the issue on a mac, I'll come up with a fix. |
welp |
rip? |
Do you still have this problem with the latest release? |
I have pulled the latest changes from the git repo and I still have this issue on my mac. Have you made changes regarding this issue? |
This is on a mac? |
Yes, this is on MacBook Pro (intel based). I increased the chunk size and I could get the code to work. I also noticed that if I use the bigger Whisper model (medium), then I have to increase this further to 1024 * 8. |
This issue still persists on macbook. Tried sending an audio file, is working just fine. |
Looking into it today. |
I can confirm if I update the chunk size it works. @niderhoff let try to figure out why it's not working on your system. Just to make sure our setup is the same. You are using the pip package, and not the docker container, or do you run the scripts without the pip package? |
I have the same problem.
Macbook Pro 14 M1 Pro. Simple client Recording.
Then, I encountered an error,
So, I disabled the option, I changed |
We have to release the latest pip package, in the meantime you can remove |
Thanks zoq, Best Regards. |
@asadal pip package is updated. Let us know if you are still facing the issue. |
I have had success with the newest version and setting exception_on_overflow to False. Can this be set by default? |
#83 does that, we will merge it and release a new version |
I got segmentation fault with the latest version... |
@JonathanLehner can you share more details when do you see the segfault?and does it happen always on the latest version? |
I just tried the demo from the Readme: llm_server.py llm_client.py client() python llm_server.py |
I start up the server via $
python ./run_server.py
Then start up the client via:
// run_client.py
The text was updated successfully, but these errors were encountered: