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 e79bcd2 commit 9267943Copy full SHA for 9267943
.github/workflows/ci.yaml
@@ -22,10 +22,11 @@ jobs:
22
23
steps:
24
- uses: actions/checkout@v3
25
+
26
- name: Install dependencies
27
run: |
28
sudo apt-get update
- sudo apt-get install -y --no-install-recommends ${{ matrix.torch == 'ON' && matrix.torch_gpu == 'ON' ? 'cuda-toolkit' : '' }} # Install CUDA Toolkit if needed
29
+ sudo apt-get install -y --no-install-recommends ${{ matrix.torch == 'ON' && matrix.torch_gpu == 'ON' ? 'cuda-toolkit-12-4' : '' }} # Install CUDA Toolkit if needed
30
31
- name: Configure CMake
32
0 commit comments