Skip to content

Commit b475edc

Browse files
authored
Update CUDA build workflow with new configurations
1 parent a916c03 commit b475edc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.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", "13.0.2")
25+
'cuda' = @("13.0.2")
2626
'releasetag' = @("basic")
2727
}
2828
@@ -113,3 +113,4 @@ jobs:
113113
with:
114114
subject-path: 'vendor/llama-cpp-python/dist/*.whl'
115115

116+

0 commit comments

Comments
 (0)