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 3d2c318 commit 664120dCopy full SHA for 664120d
torchtune/modules/transformer.py
@@ -623,7 +623,7 @@ def forward(
623
@deprecated(
624
msg="Please use torchtune.modules.TransformerDecoder instead. \
625
If you need an example, see torchtune.models.qwen2._component_builders.py \
626
-and how to implement torch.modules.TiedLinear for the output projection."
+on how to use torch.modules.TiedLinear for the output projection."
627
)
628
class TiedEmbeddingTransformerDecoder(nn.Module):
629
"""
0 commit comments