Skip to content

Commit 043fa66

Browse files
authored
feat: cuda 13.1.1 bump
1 parent da38d71 commit 043fa66

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", "3.14")
25-
'cuda' = @("13.1.0")
25+
'cuda' = @("13.1.1")
2626
'releasetag' = @("basic")
2727
}
2828
@@ -117,3 +117,4 @@ jobs:
117117

118118

119119

120+

0 commit comments

Comments
 (0)