remove unrelated code

This commit is contained in:
genghaozhe 2024-05-17 10:57:49 +00:00
parent 3d625ca836
commit 06a3a100b3

View File

@ -45,11 +45,6 @@ class PlacementPolicy(ABC):
raise NotImplementedError
# import torch.distributed as dist
# # rank = int(os.environ["RANK"])
# rank = dist.get_rank()
class StaticPlacementPolicy(PlacementPolicy):
def __init__(
self,