We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4192210 commit 77a12a3Copy full SHA for 77a12a3
.github/workflows/build-wheels-cuda.yaml
@@ -22,7 +22,7 @@ jobs:
22
$matrix = @{
23
'os' = @('ubuntu-latest', 'windows-2019')
24
'pyver' = @("3.9", "3.10", "3.11", "3.12")
25
- 'cuda' = @("12.1.1", "12.2.2", "12.3.2", "12.4.1")
+ 'cuda' = @("12.1.1", "12.2.2", "12.3.2", "12.4.1", "12.5.1", "12.6.1")
26
'releasetag' = @("basic")
27
}
28
0 commit comments