Skip to content

Commit a789607

Browse files
authored
Update kcpp-build-release-linux.yaml
1 parent 1d56e8a commit a789607

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/kcpp-build-release-linux.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ env:
1212
BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
1313
NOAVX2: 1
1414
ARCHES_CU11: 1
15+
KCPP_CUDA: 11.5.0
1516

1617
jobs:
1718
linux:
@@ -49,7 +50,7 @@ jobs:
4950
- name: Build
5051
id: make_build
5152
run: |
52-
KCPP_CUDA=11.5.0 ./koboldcpp.sh dist
53+
./koboldcpp.sh dist
5354
5455
- name: Save artifact
5556
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)