Skip to content

Commit

Permalink
Update cmake-rocm-windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
YellowRoseCx authored Oct 14, 2024
1 parent 4c08a44 commit 9efe011
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/cmake-rocm-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ on:
workflow_dispatch:
inputs:
version:
description: 'Version tag of koboldcpp-rocm to build: v1.75.2.yr0-ROCm'
default: v1.68.yr0-ROCm
description: 'Version tag of koboldcpp-rocm to build: v1.76.yr0-ROCm'
default: v1.76.yr0-ROCm
required: false
type: string
workflow_call:
inputs:
version:
description: 'Version tag of koboldcpp-rocm to build: v1.75.2.yr-ROCm'
default: v1.68.yr0-ROCm
description: 'Version tag of koboldcpp-rocm to build: v1.76.yr-ROCm'
default: v1.76.yr0-ROCm
required: false
type: string

Expand Down Expand Up @@ -83,8 +83,8 @@ jobs:
Set-Location 'C:\Program Files\AMD\ROCm\6.1\bin'
Get-Location
Remove-Item -Force -Recurse -Path 'C:\Program Files\AMD\ROCm\6.1\bin\rocblas'
curl -LO https://github.com/YellowRoseCx/koboldcpp-rocm/releases/download/deps-v6.2.0/rocblas6.2.0.7z
7z x rocblas6.2.0.7z -aoa
curl -LO https://github.com/YellowRoseCx/koboldcpp-rocm/releases/download/deps-v6.2.0/rocblasOct14.7z
7z x rocblasOct14.7z -aoa
Set-Location 'C:\Program Files\AMD\ROCm\6.1\bin\rocblas\library'
ls
Set-Location 'D:\a\koboldcpp-rocm\koboldcpp-rocm'
Expand Down

0 comments on commit 9efe011

Please sign in to comment.