8000 fix: Re-add suport for CUDA 12.5, add CUDA 12.6 (#1775) · rob-field/llama-cpp-python@77a12a3 · GitHub
[go: up one dir, main page]

Skip to content

Commit 77a12a3

Browse files
Smartappliabetlen
andauthored
fix: Re-add suport for CUDA 12.5, add CUDA 12.6 (abetlen#1775)
Add support for Cuda 12.6.1 Update version of Cuda 12.5.0 to 12.5.1 Co-authored-by: Andrei <abetlen@gmail.com>
1 parent 4192210 commit 77a12a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels-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-latest', 'windows-2019')
2424
'pyver' = @("3.9", "3.10", "3.11", "3.12")
25-
'cuda' = @("12.1.1", "12.2.2", "12.3.2", "12.4.1")
25+
'cuda' = @("12.1.1", "12.2.2", "12.3.2", "12.4.1", "12.5.1", "12.6.1")
2626
'releasetag' = @("basic")
2727
}
2828

0 commit comments

Comments
 (0)
0