Skip to content

Commit 3e0d6de

Browse files
authored
Update llama-build-cuda.yaml
1 parent b086b03 commit 3e0d6de

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
$matrix = @{
2323
'os' = @('ubuntu-24.04')
2424
'pyver' = @("3.13")
25-
'cuda' = @("12.8.1") #12.9.0 >= is not supported (12.8.1 works)
25+
'cuda' = @("12.8.1", "13.0.1") #12.9.0 >= is not supported (12.8.1 works)
2626
'releasetag' = @("basic")
2727
}
2828
@@ -112,3 +112,4 @@ jobs:
112112
- uses: actions/attest-build-provenance@977bb373ede98d70efdf65b84cb5f73e068dcc2a # v3
113113
with:
114114
subject-path: 'vendor/llama-cpp-python/dist/*.whl'
115+

0 commit comments

Comments
 (0)