We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be9a09b commit d03cd98Copy full SHA for d03cd98
torchrec/distributed/planner/__init__.py
@@ -21,6 +21,9 @@
21
- automatically building and selecting an optimized sharding plan.
22
"""
23
24
-from torchrec.distributed.planner.planners import EmbeddingShardingPlanner # noqa
+from torchrec.distributed.planner.planners import ( # noqa # noqa
25
+ EmbeddingPlannerBase,
26
+ EmbeddingShardingPlanner,
27
+)
28
from torchrec.distributed.planner.types import ParameterConstraints, Topology # noqa
29
from torchrec.distributed.planner.utils import bytes_to_gb, sharder_name # noqa
0 commit comments