File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 cache :
99 runs-on : " runs-on=${{ github.run_id }}/family=g4dn.2xlarge/image=quantecon-ubuntu24/disk=large"
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 with :
1313 ref : ${{ github.event.pull_request.head.sha }}
1414 - name : Upgrade CUDANN
Original file line number Diff line number Diff line change 44 preview :
55 runs-on : " runs-on=${{ github.run_id }}/family=g4dn.2xlarge/image=quantecon-ubuntu24/disk=large"
66 steps :
7- - uses : actions/checkout@v4
7+ - uses : actions/checkout@v5
88 with :
99 ref : ${{ github.event.pull_request.head.sha }}
1010 - name : Upgrade CUDANN
Original file line number Diff line number Diff line change 77 image : docker://us-docker.pkg.dev/colab-images/public/runtime
88 options : --gpus all
99 steps :
10- - uses : actions/checkout@v4
10+ - uses : actions/checkout@v5
1111 with :
1212 ref : ${{ github.event.pull_request.head.sha }}
1313 - name : Check nvidia drivers
Original file line number Diff line number Diff line change 99 runs-on : " runs-on=${{ github.run_id }}/family=g4dn.2xlarge/image=quantecon-ubuntu24/disk=large"
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v4
12+ uses : actions/checkout@v5
1313 - name : Upgrade CUDANN
1414 shell : bash -l {0}
1515 run : |
You can’t perform that action at this time.
0 commit comments