mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-03 06:00:31 +00:00
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:
parent
50a27793d3
commit
eec5a8ad16
10 changed files with 23 additions and 39 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue