Skip to content

Commit ac5fd1f

Browse files
kausvfacebook-github-bot
authored andcommitted
Add ZCH modules to TorchRec bento kernel (#3249)
Summary: Pull Request resolved: #3249 Can be used for faster prototyping in notebook Reviewed By: spmex Differential Revision: D79439896 fbshipit-source-id: 83e734e4166d4136cb204029cf698465d56fe74b
1 parent 094eeb2 commit ac5fd1f

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)