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
1 change: 1 addition & 0 deletions intermediate_source/torchrec_intro_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -919,6 +919,7 @@ def _wait_impl(self) -> torch.Tensor:
# the trained model in a Python environment is incredibly inefficient.
# There are two key differences between inference and training
# environments:
#
# * **Quantization**: Inference models are typically
# quantized, where model parameters lose precision for lower latency in
# predictions and reduced model size. For example FP32 (4 bytes) in
Expand Down
Loading