mirror of https://github.com/hpcaitech/ColossalAI
[workflow] roll back to use torch 1.11 for unit testing (#1325)
parent
4d5dbf48a6
commit
659a740738
|
@ -14,7 +14,7 @@ jobs:
|
|||
contains( github.event.pull_request.labels.*.name, 'Run Build and Test')
|
||||
runs-on: [self-hosted, gpu]
|
||||
container:
|
||||
image: hpcaitech/pytorch-cuda:1.12.0-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…
Reference in New Issue