Standardized GPU Driver Helper Functions for AI Backends in LXC Description #12620
Closed
BillyOutlast
started this conversation in
Ideas
Replies: 2 comments
This comment was marked as disruptive content.
This comment was marked as disruptive content.
-
|
I'm currently running my main local AI loads on bare metal ubuntu 24.04 which is highly sub-optimal for me because of this exact issue. This would be a great help if it happens and I am willing to help test it. I have 3 Mi50 (2 x 32GB and 1 x 16GB) and a RX 580 to test with for older / newly popular AMD cards and multi GPU set-ups using RocM and Vulkan. |
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.
-
As AI workloads (Ollama, ComfyUI, Lemonade, etc.) have been added to the Proxmox homelab ecosystem, the manual effort required to set up GPU acceleration in LXC remains a significant, and sometimes messy barrier.
Currently, must manually install NVIDIA drivers, configuring ROCm 7.x for different RDNA families, setup Intel oneAPI, and even mess around with all the different implementations of Vulkan drivers.
I am proposing the creation of a standardized GPU helper function or addon within the community-scripts/ProxmoxVE ecosystem to automate these steps.
Why is this useful?
Currently, many scripts (like Ollama or ComfyUI) handle GPU passthrough, and with incoming changes in the ProxmoxVED addressesing the /dev/kfd mapping it seems like a good time to bring in a standardized function or addon to make things more automatic for the end user.
Proposed Technical Implementation
The goal is to move away from fragmented setup guides and into a shared gpu.func or an extension of tools.func that handles:
Discussion Points
I'd love to hear from the maintainers and the community on how to best integrate this into Proxmox community scripts! Thank you
Beta Was this translation helpful? Give feedback.
All reactions