Skip to content

Commit 4668ef1

Browse files
authored
Update notification service MI325 (#40078)
add mi325 to amd_daily_ci_workflows
1 parent 1cea763 commit 4668ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/notification_service.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1397,8 +1397,8 @@ def pop_default(l: list[Any], i: int, default: Any) -> Any:
13971397

13981398
nvidia_daily_ci_workflow = "huggingface/transformers/.github/workflows/self-scheduled-caller.yml"
13991399
amd_daily_ci_workflows = (
1400-
"huggingface/transformers/.github/workflows/self-scheduled-amd-mi250-caller.yml",
14011400
"huggingface/transformers/.github/workflows/self-scheduled-amd-mi300-caller.yml",
1401+
"huggingface/transformers/.github/workflows/self-scheduled-amd-mi325-caller.yml",
14021402
)
14031403
is_nvidia_daily_ci_workflow = os.environ.get("GITHUB_WORKFLOW_REF").startswith(nvidia_daily_ci_workflow)
14041404
is_amd_daily_ci_workflow = os.environ.get("GITHUB_WORKFLOW_REF").startswith(amd_daily_ci_workflows)

0 commit comments

Comments
 (0)