Skip to content

Commit 2019c95

Browse files
authored
Refactor CUDA build workflow for clarity and updates
1 parent 9d7cb7d commit 2019c95

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/llama-build-cuda.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Build Release (CUDA)
22

33
on: workflow_dispatch
44

5-
env:
6-
GCC_VERSION: 13
7-
85
permissions:
96
contents: write
107

@@ -115,3 +112,4 @@ jobs:
115112
- uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3
116113
with:
117114
subject-path: 'vendor/llama-cpp-python/dist/*.whl'
115+

0 commit comments

Comments
 (0)