Skip to content

Commit cef7fea

Browse files
kausvfacebook-github-bot
authored andcommitted
Fix OSS test (pytorch#2990)
Summary: Pull Request resolved: pytorch#2990 Reviewed By: iamzainhuda Differential Revision: D75155654 fbshipit-source-id: bedf34a9b587568ca175d774e2f2a151b05b619c
1 parent 4b5b5e2 commit cef7fea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

torchrec/distributed/embedding_lookup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,14 @@
1414

1515
import torch
1616
import torch.distributed as dist
17+
from fbgemm_gpu.split_table_batched_embeddings_ops_common import BackendType
1718
from fbgemm_gpu.split_table_batched_embeddings_ops_inference import (
1819
IntNBitTableBatchedEmbeddingBagsCodegen,
1920
)
2021
from fbgemm_gpu.split_table_batched_embeddings_ops_training import (
2122
SplitTableBatchedEmbeddingBagsCodegen,
2223
)
23-
from fbgemm_gpu.tbe.ssd.training import BackendType, SSDTableBatchedEmbeddingBags
24+
from fbgemm_gpu.tbe.ssd.training import SSDTableBatchedEmbeddingBags
2425
from fbgemm_gpu.tbe.ssd.utils.partially_materialized_tensor import (
2526
PartiallyMaterializedTensor,
2627
)

0 commit comments

Comments
 (0)