Skip to content

Commit 664120d

Browse files
slight change
1 parent 3d2c318 commit 664120d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

torchtune/modules/transformer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ def forward(
623623
@deprecated(
624624
msg="Please use torchtune.modules.TransformerDecoder instead. \
625625
If you need an example, see torchtune.models.qwen2._component_builders.py \
626-
and how to implement torch.modules.TiedLinear for the output projection."
626+
on how to use torch.modules.TiedLinear for the output projection."
627627
)
628628
class TiedEmbeddingTransformerDecoder(nn.Module):
629629
"""

0 commit comments

Comments
 (0)