Linux downgrade to CUDA11.4 (#2424)

* OldPC CI Fix

* Attempt 11.4

* Different version means different filename

* Also downgrade the olderpc build
This commit is contained in:
henk717
2026-08-31 11:50:36 +02:00
committed by GitHub
parent fe384cc077
commit 6f2012b98a
2 changed files with 5 additions and 5 deletions
@@ -12,7 +12,7 @@ env:
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
NOAVX1: 1
ARCHES_CU11: 1
KCPP_CUDA: 11.5.0
KCPP_CUDA: 11.4.0
jobs:
linux:
@@ -53,7 +53,7 @@ jobs:
./koboldcpp.sh dist
- name: Rename file before upload
run: mv dist/koboldcpp-linux-x64-cuda1150 dist/koboldcpp-linux-x64-olderpc
run: mv dist/koboldcpp-linux-x64-cuda1140 dist/koboldcpp-linux-x64-olderpc
- name: Save artifact
uses: actions/upload-artifact@v6