Skip to content

Commit af0f642

Browse files
EddyLXJfacebook-github-bot
authored andcommitted
Fix fused params for st publish umia hstu model
Summary: As title, for st publish, we need to pass tbe config into sharding model. Differential Revision: D79698284
1 parent 24bb848 commit af0f642

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

torchrec/distributed/batched_embedding_kernel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ def _populate_ssd_tbe_params(config: GroupedEmbeddingConfig) -> Dict[str, Any]:
157157
Construct SSD TBE params dict from config and fused params dict.
158158
"""
159159
fused_params = config.fused_params or {}
160+
logger.info(f"Populate_ssd_tbe_params with {fused_params=}")
160161

161162
ssd_tbe_params: Dict[str, Any] = {}
162163

0 commit comments

Comments
 (0)