breaking change: due to cuda12 upgrade, release filenames will change. standardize them to windows naming for the future. (+1 squashed commits)

Squashed commits:

[75842919a] cuda12.4 test
This commit is contained in:
Concedo 2025-06-06 11:55:17 +08:00
parent 50a27793d3
commit eec5a8ad16
10 changed files with 23 additions and 39 deletions

View file

@ -10,7 +10,7 @@ on:
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
KCPP_CUDA: 12.1.0
KCPP_CUDA: 12.4.0
ARCHES_CU12: 1
jobs:
@ -51,6 +51,9 @@ jobs:
run: |
./koboldcpp.sh dist
- name: Rename file before upload
run: mv dist/koboldcpp-linux-x64-cuda1240 dist/koboldcpp-linux-x64-cuda12
- name: Save artifact
uses: actions/upload-artifact@v4
with: