We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b086b03 commit 3e0d6deCopy full SHA for 3e0d6de
1 file changed
.github/workflows/llama-build-cuda.yaml
@@ -22,7 +22,7 @@ jobs:
22
$matrix = @{
23
'os' = @('ubuntu-24.04')
24
'pyver' = @("3.13")
25
- 'cuda' = @("12.8.1") #12.9.0 >= is not supported (12.8.1 works)
+ 'cuda' = @("12.8.1", "13.0.1") #12.9.0 >= is not supported (12.8.1 works)
26
'releasetag' = @("basic")
27
}
28
@@ -112,3 +112,4 @@ jobs:
112
- uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3
113
with:
114
subject-path: 'vendor/llama-cpp-python/dist/*.whl'
115
+
0 commit comments