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
316 B
316 B
-
Install Python 3.11.
sudo apt install python3.11 python3.11-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.