Files
ROCm/docs/install/includes/1_ubuntu-24.04-wheel-prerequisites.md
Peter Park a32210fa7e Add ROCm 7.9.0 documentation
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
2025-10-20 12:17:50 -04:00

324 B

  1. Install Python 3.12 or 3.13.

    sudo apt install python3.12 python3.12-venv
    
  2. Configure permissions for GPU access.

    sudo usermod -a -G render,video $LOGNAME # Add the current user to the render and video groups
    
    To apply all settings, reboot your system.