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
505 B
505 B
-
Create the installation directory. For example:
mkdir therock-tarball && cd therock-tarballSubsequent commands assume you're working with the `therock-tarball` directory. If you choose a different directory name, adjust the subsequent commands accordingly. -
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