Skip to content

rocm-cli nightly (20260711 · 3e9ec2b)

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 11 Jul 07:08
3e9ec2b

Automated nightly build from main at 2026-07-11 06:55 UTC.

Commit: 3e9ec2b

1 commit(s) since the previous nightly.

Install the latest nightly on Linux x86_64:

curl -fsSL https://raw.githubusercontent.com/ROCm/rocm-cli/main/install.sh | sh -s -- nightly

Install the latest nightly on Windows x86_64 from PowerShell:

$script = "$env:TEMP\install-rocm-cli.ps1"; irm https://raw.githubusercontent.com/ROCm/rocm-cli/main/install.ps1 -OutFile $script; powershell -ExecutionPolicy Bypass -File $script nightly