Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarflakstad committed Dec 17, 2024
1 parent 76a9fdc commit ba988fb
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 62 deletions.
62 changes: 31 additions & 31 deletions .github/workflows/self-scheduled-amd-mi210-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
model-ci:
name: Model CI
uses: huggingface/hf-workflows/.github/workflows/transformers_amd_ci_scheduled.yaml@main
uses: huggingface/hf-workflows/.github/workflows/transformers_amd_ci_scheduled.yaml@testing
with:
job: run_models_gpu
slack_report_channel: "#transformers-ci-daily-amd"
Expand All @@ -21,35 +21,35 @@ jobs:
ci_event: Scheduled CI (AMD) - mi210
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
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
# 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
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
# 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
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
# secrets: inherit
62 changes: 31 additions & 31 deletions .github/workflows/self-scheduled-amd-mi250-caller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
jobs:
model-ci:
name: Model CI
uses: huggingface/hf-workflows/.github/workflows/transformers_amd_ci_scheduled.yaml@main
uses: huggingface/hf-workflows/.github/workflows/transformers_amd_ci_scheduled.yaml@testing
with:
job: run_models_gpu
slack_report_channel: "#transformers-ci-daily-amd"
Expand All @@ -21,35 +21,35 @@ jobs:
ci_event: Scheduled CI (AMD) - mi250
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: mi250
docker: huggingface/transformers-pytorch-amd-gpu
ci_event: Scheduled CI (AMD) - mi250
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: mi250
# docker: huggingface/transformers-pytorch-amd-gpu
# ci_event: Scheduled CI (AMD) - mi250
# 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: mi250
docker: huggingface/transformers-pytorch-amd-gpu
ci_event: Scheduled CI (AMD) - mi250
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: mi250
# docker: huggingface/transformers-pytorch-amd-gpu
# ci_event: Scheduled CI (AMD) - mi250
# 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: mi250
docker: huggingface/transformers-pytorch-deepspeed-amd-gpu
ci_event: Scheduled CI (AMD) - mi250
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: mi250
# docker: huggingface/transformers-pytorch-deepspeed-amd-gpu
# ci_event: Scheduled CI (AMD) - mi250
# secrets: inherit

0 comments on commit ba988fb

Please sign in to comment.