09a3d3ab17
Copilot Setup Steps / copilot-setup-steps (push) Failing after 2s
Python check requirements.txt / check-requirements (push) Has been cancelled
Python Type-Check / python type-check (push) Has been cancelled
Update Operations Documentation / update-ops-docs (push) Has been cancelled
Check Pre-Tokenizer Hashes / pre-tokenizer-hashes (push) Has been cancelled
16 lines
401 B
YAML
16 lines
401 B
YAML
name: "Windows - Setup ROCm"
|
|
description: "Setup ROCm for Windows"
|
|
inputs:
|
|
version:
|
|
description: "ROCm version"
|
|
required: true
|
|
|
|
runs:
|
|
using: "composite"
|
|
steps:
|
|
- name: Setup ROCm
|
|
uses: ./.github/actions/install-exe
|
|
with:
|
|
url: https://download.amd.com/developer/eula/rocm-hub/AMD-Software-PRO-Edition-${{ inputs.version }}-Win11-For-HIP.exe
|
|
args: -install
|