Skip to content
13 changes: 8 additions & 5 deletions playbooks/dependencies/rocm.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,36 +17,39 @@ sudo reboot
**Install ROCm in the created virtual environment.**
> **Note**: Ensure the virtual environment is active before proceeding.
<!-- @device:halo,halo_box -->
<!-- @test:id=install-rocm timeout=300 setup=activate-venv -->
```bash
python -m pip install --upgrade pip
python -m pip install --index-url https://repo.amd.com/rocm/whl/gfx1151/ "rocm[libraries,devel]"

```
<!-- @test:end -->
<!-- @device:end -->

<!-- @device:krk -->

<!-- @test:id=install-rocm timeout=300 setup=activate-venv -->
```bash
python -m pip install --upgrade pip
python -m pip install --index-url https://repo.amd.com/rocm/whl/gfx1152/ "rocm[libraries,devel]"

```
<!-- @test:end -->
<!-- @device:end -->

<!-- @device:stx -->

<!-- @test:id=install-rocm timeout=300 setup=activate-venv -->
```bash
python -m pip install --upgrade pip
python -m pip install --index-url https://repo.amd.com/rocm/whl/gfx1150/ "rocm[libraries,devel]"

```
<!-- @test:end -->
<!-- @device:end -->

<!-- @device:rx7900xt,rx9070xt -->
<!-- @test:id=install-rocm timeout=300 setup=activate-venv -->
```bash
python -m pip install --upgrade pip
python -m pip install --index-url https://repo.amd.com/rocm/whl/gfx120x-all/ "rocm[libraries,devel]"
```
<!-- @test:end -->
<!-- @device:end -->

For further installation help, please see this [link](https://rocm.docs.amd.com/en/7.12.0-preview/install/rocm.html?fam=ryzen&gpu=max-pro-395&os=ubuntu&os-version=24.04&i=pip).
Loading
Loading