Summary
Jobs
AMD mi300
Check Runner Status
Check Runners (single-gpu)
Check Runners (multi-gpu)
Setup (single-gpu)
Setup (multi-gpu)
Model tests (common, single-gpu)
Model tests (common, multi-gpu)
Model tests (generation, single-gpu)
Model tests (generation, multi-gpu)
Model tests (models/auto, single-gpu)
Model tests (models/auto, multi-gpu)
Model tests (models/bart, single-gpu)
Model tests (models/bart, multi-gpu)
Model tests (models/bert, single-gpu)
Model tests (models/bert, multi-gpu)
Model tests (models/clap, single-gpu)
Model tests (models/clap, multi-gpu)
Model tests (models/clip, single-gpu)
Model tests (models/clip, multi-gpu)
Model tests (models/dbrx, single-gpu)
Model tests (models/dbrx, multi-gpu)
Model tests (models/detr, single-gpu)
Model tests (models/detr, multi-gpu)
Model tests (models/dpt, single-gpu)
Model tests (models/dpt, multi-gpu)
Model tests (models/gemma, single-gpu)
Model tests (models/gemma, multi-gpu)
Model tests (models/gpt2, single-gpu)
Model tests (models/gpt2, multi-gpu)
Model tests (models/jetmoe, single-gpu)
Model tests (models/jetmoe, multi-gpu)
Model tests (models/layoutlm, single-gpu)
Model tests (models/layoutlm, multi-gpu)
Model tests (models/llama, single-gpu)
Model tests (models/llama, multi-gpu)
Model tests (models/longformer, single-gpu)
Model tests (models/longformer, multi-gpu)
Model tests (models/mpnet, single-gpu)
Model tests (models/mpnet, multi-gpu)
Model tests (models/opt, single-gpu)
Model tests (models/opt, multi-gpu)
Model tests (models/owlvit, single-gpu)
Model tests (models/owlvit, multi-gpu)
Model tests (models/phi3, single-gpu)
Model tests (models/phi3, multi-gpu)
Model tests (models/recurrent_gemma, single-gpu)
Model tests (models/recurrent_gemma, multi-gpu)
Model tests (models/t5, single-gpu)
Model tests (models/t5, multi-gpu)
Model tests (models/tapas, single-gpu)
Model tests (models/tapas, multi-gpu)
Model tests (models/videomae, single-gpu)
Model tests (models/videomae, multi-gpu)
Model tests (models/vilt, single-gpu)
Model tests (models/vilt, multi-gpu)
Model tests (models/vit, single-gpu)
Model tests (models/vit, multi-gpu)
Model tests (models/wav2vec2, single-gpu)
Model tests (models/wav2vec2, multi-gpu)
Model tests (models/whisper, single-gpu)
Model tests (models/whisper, multi-gpu)
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 mi300 CI caller)
on:
workflow_run:
workflows: ["Self-hosted runner (push-caller)"]
branches: ["main"]
types: [completed]
push:
branches:
- run_amd_push_ci_caller*
paths:
- "src/**"
- "tests/**"
- ".github/**"
- "templates/**"
- "utils/**"
jobs:
run_amd_ci:
name: AMD mi300
if: (cancelled() != true) && ((github.event_name == 'workflow_run') || ((github.event_name == 'push') && (startsWith(github.ref_name, 'run_amd_push_ci_caller') || startsWith(github.ref_name, 'mi300-ci'))))
uses: ./.github/workflows/self-push-amd.yml
with:
gpu_flavor: mi300
secrets: inherit
You can’t perform that action at this time.