mirror of https://github.com/hpcaitech/ColossalAI
[workflow] fixed 8-gpu test workflow (#1101)
parent
03e52ecba3
commit
5a9d8ef4d5
|
@ -9,8 +9,7 @@ on:
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build and Test Colossal-AI
|
name: Build and Test Colossal-AI
|
||||||
if: |
|
if: github.repository == 'hpcaitech/ColossalAI'
|
||||||
github.event.pull_request.base.repo.full_name == '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.10.1-11.3.0
|
||||||
|
|
Loading…
Reference in New Issue