mirror of
https://github.com/huggingface/transformers.git
synced 2025-07-24 23:08:57 +06:00
Disable mi210 scheduled CI (#38411)
This commit is contained in:
parent
fb82a98717
commit
3aab6e95cb
@ -1,59 +0,0 @@
|
|||||||
name: Self-hosted runner (AMD mi210 scheduled CI caller)
|
|
||||||
|
|
||||||
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.yaml@main
|
|
||||||
with:
|
|
||||||
job: run_models_gpu
|
|
||||||
slack_report_channel: "#transformers-ci-daily-amd"
|
|
||||||
runner: mi210
|
|
||||||
docker: huggingface/transformers-pytorch-amd-gpu
|
|
||||||
ci_event: Scheduled CI (AMD) - mi210
|
|
||||||
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.yaml@main
|
|
||||||
with:
|
|
||||||
job: run_pipelines_torch_gpu
|
|
||||||
slack_report_channel: "#transformers-ci-daily-amd"
|
|
||||||
runner: mi210
|
|
||||||
docker: huggingface/transformers-pytorch-amd-gpu
|
|
||||||
ci_event: Scheduled CI (AMD) - mi210
|
|
||||||
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.yaml@main
|
|
||||||
with:
|
|
||||||
job: run_examples_gpu
|
|
||||||
slack_report_channel: "#transformers-ci-daily-amd"
|
|
||||||
runner: mi210
|
|
||||||
docker: huggingface/transformers-pytorch-amd-gpu
|
|
||||||
ci_event: Scheduled CI (AMD) - mi210
|
|
||||||
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.yaml@main
|
|
||||||
with:
|
|
||||||
job: run_torch_cuda_extensions_gpu
|
|
||||||
slack_report_channel: "#transformers-ci-daily-amd"
|
|
||||||
runner: mi210
|
|
||||||
docker: huggingface/transformers-pytorch-deepspeed-amd-gpu
|
|
||||||
ci_event: Scheduled CI (AMD) - mi210
|
|
||||||
report_repo_id: optimum-amd/transformers_daily_ci
|
|
||||||
secrets: inherit
|
|
Loading…
Reference in New Issue
Block a user