mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-01 10:00:51 +02:00
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:
@@ -12,7 +12,7 @@ env:
|
||||
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
|
||||
NOAVX2: 1
|
||||
ARCHES_CU11: 1
|
||||
KCPP_CUDA: 11.5.0
|
||||
KCPP_CUDA: 11.4.0
|
||||
|
||||
jobs:
|
||||
linux:
|
||||
@@ -54,7 +54,7 @@ jobs:
|
||||
./koboldcpp.sh dist
|
||||
|
||||
- name: Rename file before upload
|
||||
run: mv dist/koboldcpp-linux-x64-cuda1150 dist/koboldcpp-linux-x64-oldpc
|
||||
run: mv dist/koboldcpp-linux-x64-cuda1140 dist/koboldcpp-linux-x64-oldpc
|
||||
|
||||
- name: Save artifact
|
||||
uses: actions/upload-artifact@v6
|
||||
@@ -78,4 +78,4 @@ jobs:
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
gh release upload rolling dist/koboldcpp-linux-x64-oldpc --clobber --repo ${{ github.repository }}
|
||||
gh release upload rolling dist/koboldcpp-linux-x64-oldpc --clobber --repo ${{ github.repository }}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user