Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Downgrade CUDA to 12.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Jul 2, 2023
1 parent 5c7dccc commit 5d1144c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
if: contains(matrix.deps, 'cuda')
id: cuda-toolkit
with:
cuda: "12.2.0"
cuda: "12.1.0"

# Install DART dependencies
- name: Install vcpkg Packages
Expand Down

0 comments on commit 5d1144c

Please sign in to comment.