Skip to content

Commit 86b28b4

Browse files
Update 2020-10-26-1.7-released.md
1 parent d0b92ed commit 86b28b4

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
@@ -127,8 +127,8 @@ n = 33554432
127127

128128
Users can now see not only operator name/inputs in the profiler output table but also where the operator is in the code. The workflow requires very little change to take advantage of this capability. The user uses the [autograd profiler](https://pytorch.org/docs/stable/autograd.html#profiler) as before but with optional new parameters: ```with_stack``` and ```group_by_stack_n.```
129129

130-
* Details | [Link](https://github.com/pytorch/pytorch/pull/43898/)
131-
* Documentation | [Link](https://pytorch.org/docs/stable/autograd.html)
130+
* [Details Link](https://github.com/pytorch/pytorch/pull/43898/)
131+
* [Documentation Link](https://pytorch.org/docs/stable/autograd.html)
132132

133133
# Distributed Training & RPC
134134

0 commit comments

Comments
 (0)