mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-07-19 09:51:18 +00:00
[workflow] fixed 8-gpu test workflow (#1101)
This commit is contained in:
parent
03e52ecba3
commit
5a9d8ef4d5
3
.github/workflows/build_gpu_8.yml
vendored
3
.github/workflows/build_gpu_8.yml
vendored
@ -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
Block a user