-
Notifications
You must be signed in to change notification settings - Fork 659
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
windows support / Temp wav file error #13
Comments
We dont have a windows environment at hand. Would greatly appreciate your help in debugging and resolving this via a PR :) |
@aroslanov @sidroopdaska - Check out my fork for the changed I made to get it running in Windows 11 (23H2) / Python 3.10.13. Let me know if anything doesn't make sense (and pardon my notes 😆) |
I have the same issue on Windows 11 |
We don't have windows environment on hand unfortunately... @freedave did you try @addictivepixels fork? @addictivepixels could you push a PR for the fix? |
I finally had a chance to try it, Pip crashes on flash-attn install. Inference crashes on NameError: name 'flash_attn_qkvpacked_func' is not defined |
@vatsalaggarwal @addictivepixels, I manually installed flash-attn from a wheel to @addictivepixels fork, and now it works like a charm on Windows 11. |
@aroslanov Absolutely! Glad you were able to get it working! @vatsalaggarwal DM me (here or Discord) and I'll provision you a bare-metal Windows environment in my home-lab if you're interested. Connectivity shouldn't be an issue - Symmetrical 5Gbps Fiber connection. |
@addictivepixels what's your discord? Don't think GitHub has DMs? Could you upstream your changes as a PR in the meanwhile please, and I can have a look at them / try to get them merged in! |
When I run sample.py locally on Windows 11, the code crashes on line 84 of enhancer.py.
After adding a few breakpoints, I discovered that a zero-length WAV file appears at the temporary path before the crash. However, it gets deleted at the moment of the crash. On the other hand, the WAV file in the samples directory is being created successfully. Could it be an issue with the enhancer?
The text was updated successfully, but these errors were encountered: