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 Sep 26, 2024
1 parent 42edf71 commit e1fd2d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cmake-rocm-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on:
workflow_dispatch:
inputs:
version:
description: 'Version tag of koboldcpp-rocm to build: v1.67.yr0-ROCm'
description: 'Version tag of koboldcpp-rocm to build: v1.75.2.yr0-ROCm'
default: v1.68.yr0-ROCm
required: false
type: string
workflow_call:
inputs:
version:
description: 'Version tag of koboldcpp-rocm to build: v1.67.yr0-ROCm'
description: 'Version tag of koboldcpp-rocm to build: v1.75.2.yr-ROCm'
default: v1.68.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-library.7z
7z x rocblas6.2.0-library.7z -aoa
curl -LO https://github.com/YellowRoseCx/koboldcpp-rocm/releases/download/deps-v6.2.0/rocblas6.2.0-librarywith906.7z
7z x rocblas6.2.0-librarywith906.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 e1fd2d7

Please sign in to comment.