-
Notifications
You must be signed in to change notification settings - Fork 324
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
feature request: multi GPU support with gpu and vram? #549
Comments
Both Multi-GPU and VRAM support would be super amazing and the most useful thing ever. |
I see not much interest in this feature, but I'd love to have it too. Adding comment just to refresh it :) |
There is support for multi-gpu system (sort of) on linux with nvidia at least: Edit gpu.sh, the script that polls the GPU:
Where you see No restart necessary, the change starts to work immediately (awesome). Note: Since it is already using |
I realized that the current The vast majority of systems will have a single GPU so no need to arbitrarily pick I rewrote the polling for NVidia GPUs and created a pull request. This is a multi (1 to any) GPU stat aggregator that works exactly the same as current polling in the case of 1. In the case of a multi-GPU set up, the stats returned from Fully tested, works for 1 to any number of GPUs. |
I was wondering if you'd be willing to add multi GPU support with gpu and vram?
The text was updated successfully, but these errors were encountered: