Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ivarflakstad committed Jan 16, 2025
1 parent 07ed493 commit 2b6cf95
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 @@ -23,7 +23,7 @@ jobs:

torch-pipeline:
name: Torch pipeline 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_pipelines_torch_gpu
slack_report_channel: "#transformers-ci-daily-amd"
Expand All @@ -34,7 +34,7 @@ jobs:

example-ci:
name: Example 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_examples_gpu
slack_report_channel: "#transformers-ci-daily-amd"
Expand All @@ -45,7 +45,7 @@ jobs:

deepspeed-ci:
name: DeepSpeed 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_torch_cuda_extensions_gpu
slack_report_channel: "#transformers-ci-daily-amd"
Expand Down

0 comments on commit 2b6cf95

Please sign in to comment.