Files
ROCm/docs/install/includes/3_windows-wheel-install-rocm.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

269 B

  1. Set up your Python virtual environment.

    python3.12 -m venv .venv
    .venv\Scripts\activate
    
  2. Install ROCm wheels packages.

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