-
Notifications
You must be signed in to change notification settings - Fork 70
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
Issue running local model on a newly installed Windows 11 machine. #50
Comments
How much GPU memory does your NVIDIA RTX A500 have? Humanify should run with 7gb GPU memory pretty well, but no guarantees for a system with less memory than that. You can however use the |
It has 4GB of Video memory so that could be the issue, though even if I run
|
Seems that you've found a bug! I'll create a patch for that, thank you for sending good debug info |
This made the local inference try to use the GPU even when the user provided the `--disableGpu` flag. Fixes #50
With the bugfix PR merged now, can this issue be closed? |
Glad to help out, I did a small workaround for now by running humanify through WSL with installed Nvidia drivers and there everything works great! |
Hey!
I have a freshly installed Windows 11 machine with Node 22 installed, when I try to run
humanify local <file>.js
I get the following crash:I have also downloaded the local model, any ideas what could be wrong?
The text was updated successfully, but these errors were encountered: