We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4020e16 commit 5e7d32aCopy full SHA for 5e7d32a
torchrec/distributed/embeddingbag.py
@@ -309,7 +309,9 @@ def construct_output_kt(
309
)
310
311
312
-class VariableBatchEmbeddingBagCollectionAwaitable(LazyAwaitable[KeyedTensor]):
+class VariableBatchEmbeddingBagCollectionAwaitable(
313
+ LazyGetItemMixin[str, torch.Tensor], LazyAwaitable[KeyedTensor]
314
+):
315
def __init__(
316
self,
317
awaitables: List[Awaitable[torch.Tensor]],
0 commit comments