mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-03 21:00:08 +06:00
64 lines
2.3 KiB
YAML
64 lines
2.3 KiB
YAML
name: Self-hosted runner scale set (AMD mi300 scheduled CI caller)
|
|
|
|
# Note: For every job in this workflow, the name of the runner scale set is finalized in the runner yaml i.e. huggingface/hf-workflows/.github/workflows/transformers_amd_ci_scheduled_arc_scale_set.yaml
|
|
# For example, 1gpu scale set: amd-mi300-ci-1gpu
|
|
# 2gpu scale set: amd-mi300-ci-2gpu
|
|
|
|
on:
|
|
workflow_run:
|
|
workflows: ["Self-hosted runner (AMD scheduled CI caller)"]
|
|
branches: ["main"]
|
|
types: [completed]
|
|
push:
|
|
branches:
|
|
- run_amd_scheduled_ci_caller*
|
|
|
|
jobs:
|
|
model-ci:
|
|
name: Model CI
|
|
uses: huggingface/hf-workflows/.github/workflows/transformers_amd_ci_scheduled_arc_scale_set.yaml@main
|
|
with:
|
|
job: run_models_gpu
|
|
slack_report_channel: "#amd-hf-ci"
|
|
runner_scale_set: amd-mi300-ci
|
|
docker: huggingface/transformers-pytorch-amd-gpu
|
|
ci_event: Scheduled CI (AMD) - mi300
|
|
report_repo_id: optimum-amd/transformers_daily_ci
|
|
secrets: inherit
|
|
|
|
torch-pipeline:
|
|
name: Torch pipeline CI
|
|
uses: huggingface/hf-workflows/.github/workflows/transformers_amd_ci_scheduled_arc_scale_set.yaml@main
|
|
with:
|
|
job: run_pipelines_torch_gpu
|
|
slack_report_channel: "#amd-hf-ci"
|
|
runner_scale_set: amd-mi300-ci
|
|
docker: huggingface/transformers-pytorch-amd-gpu
|
|
ci_event: Scheduled CI (AMD) - mi300
|
|
report_repo_id: optimum-amd/transformers_daily_ci
|
|
secrets: inherit
|
|
|
|
example-ci:
|
|
name: Example CI
|
|
uses: huggingface/hf-workflows/.github/workflows/transformers_amd_ci_scheduled_arc_scale_set.yaml@main
|
|
with:
|
|
job: run_examples_gpu
|
|
slack_report_channel: "#amd-hf-ci"
|
|
runner_scale_set: amd-mi300-ci
|
|
docker: huggingface/transformers-pytorch-amd-gpu
|
|
ci_event: Scheduled CI (AMD) - mi300
|
|
report_repo_id: optimum-amd/transformers_daily_ci
|
|
secrets: inherit
|
|
|
|
deepspeed-ci:
|
|
name: DeepSpeed CI
|
|
uses: huggingface/hf-workflows/.github/workflows/transformers_amd_ci_scheduled_arc_scale_set.yaml@main
|
|
with:
|
|
job: run_torch_cuda_extensions_gpu
|
|
slack_report_channel: "#amd-hf-ci"
|
|
runner_scale_set: amd-mi300-ci
|
|
docker: huggingface/transformers-pytorch-deepspeed-amd-gpu
|
|
ci_event: Scheduled CI (AMD) - mi300
|
|
report_repo_id: optimum-amd/transformers_daily_ci
|
|
secrets: inherit
|