mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-05-03 06:00:31 +00:00
breaking change: standardize ci binary names
This commit is contained in:
parent
6effb65cfe
commit
abc272d89f
11 changed files with 21 additions and 148 deletions
|
|
@ -10,9 +10,8 @@ on:
|
|||
|
||||
env:
|
||||
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
|
||||
NOAVX2: 1
|
||||
ARCHES_CU11: 1
|
||||
KCPP_CUDA: 11.5.0
|
||||
KCPP_CUDA: 12.1.0
|
||||
ARCHES_CU12: 1
|
||||
|
||||
jobs:
|
||||
linux:
|
||||
|
|
@ -52,6 +51,9 @@ jobs:
|
|||
run: |
|
||||
./koboldcpp.sh dist
|
||||
|
||||
- name: Rename file before upload
|
||||
run: mv dist/koboldcpp-linux-x64-cuda1210 dist/koboldcpp-linux-x64
|
||||
|
||||
- name: Save artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue