Skip to content
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

M1 Mac crashes when running client #233

Open
nreHieW opened this issue Jun 10, 2024 · 1 comment
Open

M1 Mac crashes when running client #233

nreHieW opened this issue Jun 10, 2024 · 1 comment

Comments

@nreHieW
Copy link

nreHieW commented Jun 10, 2024

Hello, I managed to run the server successfully and have the following client code:

# main.py
from whisper_live.client import TranscriptionClient

client = TranscriptionClient(
    "localhost",
    9000,
)
print("Client started")
client("test.mp3")

However when i run python main.py, I get the following errors:

[INFO]: * recording
Client started
[INFO]: Waiting for server ready ...
[INFO]: Server Ready!
libc++abi: terminating
zsh: abort      python main.py

I have tried a fresh install on a fresh conda environment with the same issue. I have around 8GB of memory still free so it shouldn't be an out-of-memory issue.

Any help is appreciated, thanks!

@Kishlay-notabot
Copy link

Does not including the specified model type in the client code cause this issue? try this: model="tiny", or any model you prefer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants