|
1 | | -name: Self-hosted runner scale set (AMD mi325 scheduled CI caller) |
| 1 | +name: Self-hosted runner scale set (AMD mi300 scheduled CI caller) |
2 | 2 |
|
3 | 3 | # 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 |
4 | | -# For example, 1gpu scale set: amd-mi325-ci-1gpu |
5 | | -# 2gpu scale set: amd-mi325-ci-2gpu |
| 4 | +# For example, 1gpu scale set: amd-mi300-ci-1gpu |
| 5 | +# 2gpu scale set: amd-mi300-ci-2gpu |
6 | 6 | # Important: Do not pin the reusable workflow ref to a SHA. AMD runner groups only route jobs for |
7 | 7 | # workflows referenced at @main; a pinned SHA causes jobs to wait for a runner until the 24h timeout. |
8 | 8 |
|
|
25 | 25 | with: |
26 | 26 | job: run_models_gpu |
27 | 27 | slack_report_channel: "#amd-hf-ci" |
28 | | - runner_group: amd-mi325 |
| 28 | + runner_group: hfc-amd-mi300 |
29 | 29 | docker: huggingface/transformers-pytorch-amd-gpu |
30 | | - ci_event: Scheduled CI (AMD) - mi325 |
| 30 | + ci_event: Scheduled CI (AMD) - mi300 |
31 | 31 | report_repo_id: optimum-amd/transformers_daily_ci |
32 | 32 | env_file: /etc/podinfo/gha-gpu-isolation-settings |
33 | 33 | secrets: inherit |
|
38 | 38 | with: |
39 | 39 | job: run_pipelines_torch_gpu |
40 | 40 | slack_report_channel: "#amd-hf-ci" |
41 | | - runner_group: amd-mi325 |
| 41 | + runner_group: hfc-amd-mi300 |
42 | 42 | docker: huggingface/transformers-pytorch-amd-gpu |
43 | | - ci_event: Scheduled CI (AMD) - mi325 |
| 43 | + ci_event: Scheduled CI (AMD) - mi300 |
44 | 44 | report_repo_id: optimum-amd/transformers_daily_ci |
45 | 45 | env_file: /etc/podinfo/gha-gpu-isolation-settings |
46 | 46 | secrets: inherit |
|
51 | 51 | with: |
52 | 52 | job: run_examples_gpu |
53 | 53 | slack_report_channel: "#amd-hf-ci" |
54 | | - runner_group: amd-mi325 |
| 54 | + runner_group: hfc-amd-mi300 |
55 | 55 | docker: huggingface/transformers-pytorch-amd-gpu |
56 | | - ci_event: Scheduled CI (AMD) - mi325 |
| 56 | + ci_event: Scheduled CI (AMD) - mi300 |
57 | 57 | report_repo_id: optimum-amd/transformers_daily_ci |
58 | 58 | env_file: /etc/podinfo/gha-gpu-isolation-settings |
59 | 59 | secrets: inherit |
|
64 | 64 | with: |
65 | 65 | job: run_torch_cuda_extensions_gpu |
66 | 66 | slack_report_channel: "#amd-hf-ci" |
67 | | - runner_group: amd-mi325 |
| 67 | + runner_group: hfc-amd-mi300 |
68 | 68 | docker: huggingface/transformers-pytorch-deepspeed-amd-gpu |
69 | | - ci_event: Scheduled CI (AMD) - mi325 |
| 69 | + ci_event: Scheduled CI (AMD) - mi300 |
70 | 70 | report_repo_id: optimum-amd/transformers_daily_ci |
71 | 71 | env_file: /etc/podinfo/gha-gpu-isolation-settings |
72 | 72 | secrets: inherit |
0 commit comments