Skip to content

Commit cd82c56

Browse files
authored
Merge pull request #41 from ChamalGomesHSO/test/cuda-13
test: cuda 13
2 parents b086b03 + 121687e commit cd82c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 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.2")
2626
'releasetag' = @("basic")
2727
}
2828

0 commit comments

Comments
 (0)