mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-05 11:02:05 +00:00
remove unrelated code
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user