downgrade cuda runtime to v12.8.1 for blackwell support with maximum compatibility
This commit is contained in:
parent
d2f77a1391
commit
52380c374d
4
.github/workflows/GPUBuild.yml
vendored
4
.github/workflows/GPUBuild.yml
vendored
@ -39,9 +39,9 @@ jobs:
|
||||
|
||||
- name: Install CUDA Toolkit
|
||||
if: ${{ matrix.install_cuda }}
|
||||
uses: Jimver/cuda-toolkit@v0.2.30
|
||||
uses: Jimver/cuda-toolkit@v0.2.35
|
||||
with:
|
||||
cuda: '13.1.0'
|
||||
cuda: '12.8.1'
|
||||
method: 'network'
|
||||
|
||||
- name: Install OpenCL development files (Linux)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user