mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-03 10:06:44 +00:00
[workflow] fixed 8-gpu test workflow (#1101)
This commit is contained in:
3
.github/workflows/build_gpu_8.yml
vendored
3
.github/workflows/build_gpu_8.yml
vendored
@@ -9,8 +9,7 @@ on:
|
||||
jobs:
|
||||
build:
|
||||
name: Build and Test Colossal-AI
|
||||
if: |
|
||||
github.event.pull_request.base.repo.full_name == 'hpcaitech/ColossalAI'
|
||||
if: github.repository == 'hpcaitech/ColossalAI'
|
||||
runs-on: [self-hosted, 8-gpu]
|
||||
container:
|
||||
image: hpcaitech/pytorch-cuda:1.10.1-11.3.0
|
||||
|
Reference in New Issue
Block a user