[workflow] update 8-gpu test to use torch 1.11 (#1332)

pull/1335/head
Frank Lee 2 years ago committed by GitHub
parent 7857fd7616
commit 069d6fdc84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -12,7 +12,7 @@ jobs:
if: github.repository == 'hpcaitech/ColossalAI'
runs-on: [self-hosted, 8-gpu]
container:
image: hpcaitech/pytorch-cuda:1.10.1-11.3.0
image: hpcaitech/pytorch-cuda:1.11.0-11.3.0
options: --gpus all --rm -v /data/scratch/cifar-10:/data/scratch/cifar-10
timeout-minutes: 40
steps:

Loading…
Cancel
Save