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 3d373bd commit b2aa522Copy full SHA for b2aa522
.github/workflows/python-package.yml
@@ -86,7 +86,7 @@ jobs:
86
# Temporary: Use CUDA 13.0.0 for Windows until 13.0.1 is supported with this action.
87
cuda: ${{ matrix.cuda_version == '13.0.1' && '13.0.0' || matrix.cuda_version }}
88
method: "network"
89
- sub-packages: '["nvcc","cudart","cusparse","cublas","thrust","cublas_dev","cusparse_dev"]'
+ sub-packages: '["nvcc","crt","cudart","cusparse","cublas","thrust","cublas_dev","cusparse_dev"]'
90
use-github-cache: false
91
use-local-cache: false
92
log-file-suffix: ${{matrix.os}}-${{matrix.cuda_version}}.txt
0 commit comments