We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I can't load (app.py) on my 24gb vram gpu, is there a way to split it across multiple cuda devices?
The text was updated successfully, but these errors were encountered:
Just skimming the code, seems like it may be possible to move just some of the models in CPU, and keep the slowest ones on GPU that fit within 24GB.
Sorry, something went wrong.
ymzhang0319
No branches or pull requests
I can't load (app.py) on my 24gb vram gpu, is there a way to split it across multiple cuda devices?
The text was updated successfully, but these errors were encountered: