mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-08-21 01:13:07 +00:00
[workflow] update 8-gpu test to use torch 1.11 (#1332)
This commit is contained in:
parent
7857fd7616
commit
069d6fdc84
2
.github/workflows/build_gpu_8.yml
vendored
2
.github/workflows/build_gpu_8.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
|||||||
if: github.repository == 'hpcaitech/ColossalAI'
|
if: github.repository == 'hpcaitech/ColossalAI'
|
||||||
runs-on: [self-hosted, 8-gpu]
|
runs-on: [self-hosted, 8-gpu]
|
||||||
container:
|
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
|
options: --gpus all --rm -v /data/scratch/cifar-10:/data/scratch/cifar-10
|
||||||
timeout-minutes: 40
|
timeout-minutes: 40
|
||||||
steps:
|
steps:
|
||||||
|
Loading…
Reference in New Issue
Block a user