rocm-cli v0.1.0-rc.2
Pre-release
Pre-release
Install the latest stable release on Linux x86_64:
curl -fsSL https://raw.githubusercontent.com/ROCm/rocm-cli/main/install.sh | shInstall the latest stable release 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 $scriptInstall a specific tagged release:
curl -fsSL https://raw.githubusercontent.com/ROCm/rocm-cli/main/install.sh | sh -s -- v0.1.0-rc.2