Skip to content

Commit 57c83ab

Browse files
authored
Merge branch 'main' into enable_torchvision_tutorial
2 parents a651024 + 48905cf commit 57c83ab

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -326,9 +326,9 @@ example](https://github.com/pytorch/tutorials/blob/main/_static/img/thumbnails/c
326326

327327
The following command builds an HTML version of the tutorial website.
328328

329-
```
330-
make html-noplot
331-
```
329+
```
330+
make html-noplot
331+
```
332332

333333
This command does not run your tutorial code. To build the tutorial in a
334334
way that executes the code, use `make docs`. However, unless you have a
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Language Modeling with ``nn.Transformer`` and torchtext
2+
===========================================================
3+
4+
The content is deprecated.
5+
6+
.. raw:: html
7+
<meta http-equiv="refresh" content="0; url=https://pytorch.org/tutorials/">

0 commit comments

Comments
 (0)