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 May 2, 2024
1 parent 97844b0 commit 9adf5c0
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.62.2.yr0-ROCm-dev'
default: v1.63.yr1-ROCm
description: 'Version tag of koboldcpp-rocm to build: v1.64.yr0-ROCm-dev'
default: v1.64.yr0-ROCm
required: false
type: string
workflow_call:
inputs:
version:
description: 'Version tag of koboldcpp-rocm to build: v1.62.2.yr0-ROCm-dev'
default: v1.63.yr1-ROCm
default: v1.64.yr0-ROCm
required: false
type: string

Expand Down Expand Up @@ -113,17 +113,17 @@ jobs:
copy "koboldcpp_rocm_files.zip" D:\a\koboldcpp-rocm\koboldcpp-rocm\dist
- uses: actions/upload-artifact@v4.1.6
- uses: actions/upload-artifact@v4.3.3
with:
name: koboldcpp_hipblas-${{ inputs.version }}
path: D:\a\koboldcpp-rocm\koboldcpp-rocm\build\bin\koboldcpp_hipblas.dll

- uses: actions/upload-artifact@v4.1.6
- uses: actions/upload-artifact@v4.3.3
with:
name: koboldcpp_rocm_only-${{ inputs.version }}
path: D:\a\koboldcpp-rocm\koboldcpp-rocm\dist\koboldcpp_rocm.exe

- uses: actions/upload-artifact@v4.1.6
- uses: actions/upload-artifact@v4.3.3
with:
name: koboldcpp_rocm_zip-${{ inputs.version }}
path: D:\a\koboldcpp-rocm\koboldcpp-rocm\dist\koboldcpp_rocm_files.zip
Expand Down

0 comments on commit 9adf5c0

Please sign in to comment.