Skip to content

Commit ddd40ec

Browse files
authored
Fix link format (#3365)
* Fix link format * Update nestedtensor.py
1 parent 155f386 commit ddd40ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prototype_source/nestedtensor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,4 +373,4 @@ def benchmark(func, *args, **kwargs):
373373
# See Also
374374
# --------
375375
#
376-
# * `Accelerating PyTorch Transformers by replacing nn.Transformer with Nested Tensors and torch.compile() <https://docs.pytorch.org/tutorials/intermediate/transformer_building_blocks.html`__
376+
# * `Accelerating PyTorch Transformers by replacing nn.Transformer with Nested Tensors and torch.compile <https://docs.pytorch.org/tutorials/intermediate/transformer_building_blocks.html>`__

0 commit comments

Comments
 (0)