stick to cu12.1 for linux for now

This commit is contained in:
Concedo 2025-06-06 17:38:28 +08:00
parent 9cf32e5fee
commit 8b141d8647
5 changed files with 6 additions and 9 deletions

View file

@ -10,7 +10,7 @@ on:
env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
KCPP_CUDA: 12.4.0
KCPP_CUDA: 12.1.0
ARCHES_CU12: 1
jobs:

View file

@ -52,9 +52,6 @@ jobs:
run: |
./koboldcpp.sh dist
- name: Rename file before upload
run: mv dist/koboldcpp-linux-x64-cuda1150 dist/koboldcpp-linux-x64-cuda11
- name: Save artifact
uses: actions/upload-artifact@v4
with: