mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[testing] Add test owner labels for some distributed tests (#163174)
I am trying to give some test files better owner labels than `module: unknown`. I am not sure them, but they seem pretty reasonable Pull Request resolved: https://github.com/pytorch/pytorch/pull/163174 Approved by: https://github.com/ezyang
This commit is contained in:
committed by
PyTorch MergeBot
parent
50c0550f5a
commit
5b764267f4
@ -1,4 +1,4 @@
|
||||
# Owner(s): ["module: unknown"]
|
||||
# Owner(s): ["oncall: distributed"]
|
||||
import unittest
|
||||
|
||||
import torch
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Owner(s): ["module: unknown"]
|
||||
# Owner(s): ["module: fsdp"]
|
||||
import functools
|
||||
import gc
|
||||
from typing import Union
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Owner(s): ["module: unknown"]
|
||||
# Owner(s): ["oncall: distributed"]
|
||||
import gc
|
||||
import unittest
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Owner(s): ["module: unknown"]
|
||||
# Owner(s): ["oncall: distributed"]
|
||||
|
||||
from copy import copy
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Owner(s): ["module: unknown"]
|
||||
# Owner(s): ["oncall: distributed"]
|
||||
import unittest
|
||||
from dataclasses import dataclass
|
||||
from typing import Any, Callable, cast, Union
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Owner(s): ["module: unknown"]
|
||||
# Owner(s): ["oncall: distributed"]
|
||||
import unittest
|
||||
|
||||
import torch
|
||||
|
@ -1,4 +1,4 @@
|
||||
# Owner(s): ["module: unknown"]
|
||||
# Owner(s): ["oncall: distributed"]
|
||||
import copy
|
||||
import unittest
|
||||
|
||||
|
Reference in New Issue
Block a user