Files
ROCm/docs/install/includes/3_tar-gfx1151-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

505 B

  1. Create the installation directory. For example:

    mkdir therock-tarball && cd therock-tarball
    
    Subsequent commands assume you're working with the
    `therock-tarball` directory.
    If you choose a different directory name, adjust the
    subsequent commands accordingly.
    
  2. Download and unpack the tarball.

    wget https://repo.amd.com/rocm/tarball/therock-dist-linux-gfx1151-7.9.0rc1.tar.gz
    mkdir install
    tar -xf *.tar.gz -C install