Handy crashes when loading Whisper Small on older Intel CPUs #723
Unanswered
adops-qvant
asked this question in
Q&A
Replies: 1 comment
-
|
Yep this is a known issue and I'd like to fix it! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I’d like to describe in detail an issue I ran into while using the Handy app for voice recording and transcription on Windows.
System:
ChatGPT suggested that the problem is most likely due to my CPU — it’s a desktop i7-950 from 2009, an older processor that supports AVX but not AVX2.
Handy versions tested: 0.5.1 and 0.7.1
I’m using the built-in model download feature through the Handy interface.
The issue
After installing and launching the app, I try to download the Whisper Small model through Handy’s interface. I also tried installing other Wisper models (Medium/Turbo). As soon as the model finishes downloading, the app immediately crashes. When I reopen it, the model’s green status indicator isn’t lit. If I try to start recording, the app crashes again right away. I’ve tried installing both the .exe and .msi versions — no difference.
If I delete the problematic model:
Handy launches normally again. But as soon as I download the model again, the same issue happens
What I’ve already tried
Conclusion
The issue clearly seems related either to CPU incompatibility with the downloaded models, or to the way Handy loads/initializes them.
It looks like a situation where the model was built with AVX2/AVX512 support, while my CPU doesn’t support those instructions, causing the app to crash without any error message.
It’s also possible that:
Handy doesn’t check model compatibility before loading
Or it crashes during initialization of the whisper/parakeet backend
I really like the idea behind Handy — especially the hotkeys and quick transcription insertion. It’s exactly what I need for my workflow, so I’d love to help figure out what’s causing this and hopefully get it fixed.
Thanks for developing Handy!
Beta Was this translation helpful? Give feedback.
All reactions