Skip to content

Commit 6b7c338

Browse files
kausvfacebook-github-bot
authored andcommitted
Add ZCH modules to TorchRec bento kernel
Summary: Can be used for faster prototyping in notebook Reviewed By: spmex Differential Revision: D79439896
1 parent 094eeb2 commit 6b7c338

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

torchrec/__init__.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
EmbeddingBagCollectionInterface,
2222
EmbeddingCollection,
2323
) # noqa
24+
from torchrec.modules.hash_mc_modules import HashZchManagedCollisionModule # noqa
25+
from torchrec.modules.mc_embedding_modules import ( # noqa
26+
ManagedCollisionEmbeddingBagCollection,
27+
ManagedCollisionEmbeddingCollection,
28+
)
2429
from torchrec.sparse.jagged_tensor import ( # noqa
2530
JaggedTensor,
2631
KeyedJaggedTensor,

0 commit comments

Comments
 (0)