Skip to content

Commit 8ef45ed

Browse files
kausvfacebook-github-bot
authored andcommitted
Fix OSS test
Differential Revision: D75155654
1 parent 4b5b5e2 commit 8ef45ed

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)