Summary
Jobs
AMD mi210
AMD mi250
Check Runner Status
Check Runners (single-gpu)
Check Runners (multi-gpu)
Setup (single-gpu)
Setup (multi-gpu)
Single GPU tests (models/albert, single-gpu)
Single GPU tests (models/align, single-gpu)
Single GPU tests (models/altclip, single-gpu)
Single GPU tests (models/audio_spectrogram_transformer, single-gpu)
Single GPU tests (models/auto, single-gpu)
Single GPU tests (benchmark, single-gpu)
Single GPU tests (bettertransformer, single-gpu)
Single GPU tests (deepspeed, single-gpu)
Single GPU tests (extended, single-gpu)
Single GPU tests (fixtures, single-gpu)
Multi GPU tests (models/albert, multi-gpu)
Multi GPU tests (models/align, multi-gpu)
Multi GPU tests (models/altclip, multi-gpu)
Multi GPU tests (models/audio_spectrogram_transformer, multi-gpu)
Multi GPU tests (models/auto, multi-gpu)
Multi GPU tests (benchmark, multi-gpu)
Multi GPU tests (bettertransformer, multi-gpu)
Multi GPU tests (deepspeed, multi-gpu)
Multi GPU tests (extended, multi-gpu)
Multi GPU tests (fixtures, multi-gpu)
Examples tests (single-gpu)
PyTorch pipelines tests (single-gpu)
PyTorch pipelines tests (multi-gpu)
Extract warnings in CI artifacts
Send results to webhook
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Self-hosted runner (AMD scheduled CI caller)
on:
schedule:
- cron: "17 2 * * *"
push:
branches:
- run_amd_scheduled_ci_caller*
jobs:
run_amd_ci_mi210:
name: AMD mi210
if: (cancelled() != true) && ((github.event_name == 'schedule') || ((github.event_name == 'push') && startsWith(github.ref_name, 'run_amd_scheduled_ci_caller')))
uses: ./.github/workflows/self-scheduled-amd.yml
with:
gpu_flavor: mi210
secrets: inherit
run_amd_ci_mi250:
name: AMD mi250
if: (cancelled() != true) && ((github.event_name == 'schedule') || ((github.event_name == 'push') && startsWith(github.ref_name, 'run_amd_scheduled_ci_caller')))
uses: ./.github/workflows/self-scheduled-amd.yml
with:
gpu_flavor: mi250
secrets: inherit
You can’t perform that action at this time.