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
324 B
324 B
-
Install Python 3.12 or 3.13.
sudo apt install python3.12 python3.12-venv -
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.