We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d7cb7d commit 2019c95Copy full SHA for 2019c95
.github/workflows/llama-build-cuda.yaml
@@ -2,9 +2,6 @@ name: Build Release (CUDA)
2
3
on: workflow_dispatch
4
5
-env:
6
- GCC_VERSION: 13
7
-
8
permissions:
9
contents: write
10
@@ -115,3 +112,4 @@ jobs:
115
112
- uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3
116
113
with:
117
114
subject-path: 'vendor/llama-cpp-python/dist/*.whl'
+
0 commit comments