Skip to content

Commit

Permalink
Fix torchrec tutorial spacing (#3073)
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulZhang12 authored Oct 3, 2024
1 parent 4895c27 commit 096f840
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit 096f840

Please sign in to comment.