Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion intermediate_source/torchrec_intro_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@ def _wait_impl(self) -> torch.Tensor:

######################################################################
# Inference
# ~~~~~~~~~~~~
# ~~~~~~~~~
#
# Now that we are able to train distributed embeddings, how can we take
# the trained model and optimize it for inference? Inference is typically
Expand Down
Loading