8000 [Distributed][CI] Rework continuous TestCase by kwen2501 · Pull Request #153653 · pytorch/pytorch · GitHub
[go: up one dir, main page]

Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update
[ghstack-poisoned]
  • Loading branch information
kwen2501 committed May 17, 2025
commit 6ff0db86debdd960628642cb3c7a88c3da463efb
96E6
2 changes: 1 addition & 1 deletion torch/testing/_internal/common_distributed.py
Original file line number Diff line number Diff line change
Expand Up @@ -1511,7 +1511,7 @@ class MultiProcContinousTest(TestCase):
timeout: timedelta = timedelta(seconds=120)

@classmethod
def backend_str(cls) -> str | None:
def backend_str(cls) -> Optional[str]:
"""
ProcessGroup backend str.
To be customized by sub test classes, e.g. "nccl".
Expand Down
Loading
0