mirror of
https://github.com/ROCm/ROCm.git
synced 2026-01-09 14:48:06 -05:00
Add release notes Add install instructions Add PyTorch + ComfyUI instructions Add custom selector directives Add JS and CSS for selector Add custom icon directive and utils Clean up conf.py
615 B
615 B
-
Register your Enterprise Linux.
subscription-manager register --username <username> --password <password> sudo subscription-manager attach --auto -
Update your Enterprise Linux.
sudo dnf update --releasever=9.6 --exclude=\*release\* -
Install Python 3.11, 3.12 or 3.13.
sudo dnf install python3.11 python3.11-pip -
Configure permissions for GPU access.
sudo usermod -a -G render,video $LOGNAME # Add the current user to the render and video groupsTo apply all settings, reboot your system.