Files
ROCm/docs/install/includes/3_wheel-gfx950-install-rocm-py311.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

277 B

  1. Set up your Python virtual environment.

    python3.11 -m venv .venv
    source .venv/bin/activate
    
  2. Install ROCm wheels packages.

    python -m pip install --index-url https://repo.amd.com/rocm/whl/gfx950-dcgpu/ "rocm[libraries,devel]"