From d0c58d6d0cc31f079c70c80b37ad96752102c114 Mon Sep 17 00:00:00 2001 From: YellowRoseCx <80486540+YellowRoseCx@users.noreply.github.com> Date: Sat, 2 Dec 2023 03:41:59 -0600 Subject: [PATCH] Update version number in cmake-rocm-windows.yml --- .github/workflows/cmake-rocm-windows.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cmake-rocm-windows.yml b/.github/workflows/cmake-rocm-windows.yml index 2c116e3fc58a2..92c01165d27fa 100644 --- a/.github/workflows/cmake-rocm-windows.yml +++ b/.github/workflows/cmake-rocm-windows.yml @@ -4,15 +4,15 @@ on: workflow_dispatch: inputs: version: - description: 'Version tag of koboldcpp-rocm to build: v1.43.2-ROCm' - default: latest + description: 'Version tag of koboldcpp-rocm to build: v1.51.0.yr1-ROCm' + default: v1.51.0.yr1-ROCm required: false type: string workflow_call: inputs: version: - description: 'Version tag of koboldcpp-rocm to build: v1.43.2-ROCm' - default: latest + description: 'Version tag of koboldcpp-rocm to build: v1.51.0.yr1-ROCm' + default: v1.51.0.yr1-ROCm required: false type: string