There was an error while loading. Please reload this page.
1 parent cdacdf8 commit 208ded2Copy full SHA for 208ded2
.github/workflows/ci.yml
@@ -7,6 +7,13 @@ jobs:
7
- uses: actions/checkout@v4
8
with:
9
ref: ${{ github.event.pull_request.head.sha }}
10
+ - name: Upgrade CUDANN
11
+ shell: bash -l {0}
12
+ run: |
13
+ wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2404/x86_64/cuda-keyring_1.1-1_all.deb
14
+ sudo dpkg -i cuda-keyring_1.1-1_all.deb
15
+ sudo apt-get update
16
+ sudo apt-get -y install cudnn-cuda-12
17
- name: Setup Anaconda
18
uses: conda-incubator/setup-miniconda@v3
19
0 commit comments