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 d7d2925 commit 034fa22Copy full SHA for 034fa22
.github/workflows/build_on_pr.yml
@@ -140,7 +140,7 @@ jobs:
140
if: needs.detect.outputs.anyLibraryFileChanged == 'true'
141
runs-on: [self-hosted, gpu]
142
container:
143
- image: hpcaitech/pytorch-cuda:1.12.0-11.3.0
+ image: hpcaitech/pytorch-cuda:1.13.0-11.6.0
144
options: --gpus all --rm -v /data/scratch/cifar-10:/data/scratch/cifar-10 -v /data/scratch/llama-tiny:/data/scratch/llama-tiny
145
timeout-minutes: 60
146
defaults:
0 commit comments