Skip to content

Commit 77f74bf

Browse files
Update 2020-10-26-1.7-released.md
1 parent f482f69 commit 77f74bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2020-10-26-1.7-released.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@ tensor([ 6.+0.j, -2.+2.j, -2.+0.j, -2.-2.j])
4242
tensor([12.+16.j, -8.+0.j, -4.-4.j, 0.-8.j])
4343
```
4444

45-
* Documentation | [Link](https://pytorch.org/docs/stable/fft.html#torch-fft)
45+
* Documentation ([Link](https://pytorch.org/docs/stable/fft.html#torch-fft))
4646

4747
## [Beta] C++ Support for Transformer NN Modules
4848

4949
Since [PyTorch 1.5](https://pytorch.org/blog/pytorch-1-dot-5-released-with-new-and-updated-apis/), we’ve continued to maintain parity between the python and C++ frontend APIs. This update allows developers to use the nn.transformer module abstraction from the C++ Frontend. And moreover, developers no longer need to save a module from python/JIT and load into C++ as it can now be used it in C++ directly.
5050

51-
* Documentation | [Link](https://pytorch.org/cppdocs/api/classtorch_1_1nn_1_1_transformer_impl.html#_CPPv4N5torch2nn15TransformerImplE)
51+
* Documentation ([Link](https://pytorch.org/cppdocs/api/classtorch_1_1nn_1_1_transformer_impl.html#_CPPv4N5torch2nn15TransformerImplE))
5252

5353
## [Beta] torch.set_deterministic
5454

0 commit comments

Comments
 (0)