Skip to content

Commit c7dc594

Browse files
authored
Update and rename 2021-6-14-pytorch-1.9-released.md to 2021-6-15-pytorch-1.9-released.md
1 parent 5b012fa commit c7dc594

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_posts/2021-6-14-pytorch-1.9-released.md renamed to _posts/2021-6-15-pytorch-1.9-released.md

+4
Original file line numberDiff line numberDiff line change
@@ -171,3 +171,7 @@ prepare_for_inference is a new prototype feature that takes in a module and perf
171171
TorchScript has a hard requirement for source code to have type annotations in order for compilation to be successful. For a long time, it was only possible to add missing or incorrect type annotations through trial and error (i.e., by fixing the type-checking errors generated by *torch.jit.script* one by one), which was inefficient and time consuming. Now, we have enabled profile directed typing for *torch.jit.script* by leveraging existing tools like MonkeyType, which makes the process much easier, faster, and more efficient. For more details, refer to [the documentation](https://pytorch.org/docs/1.9.0/jit.html).
172172

173173
Thanks for reading. If you’re interested in these updates and want to join the PyTorch community, we encourage you to join the [discussion forums](https://discuss.pytorch.org/) and [open GitHub issues](https://github.com/pytorch/pytorch/issues). To get the latest news from PyTorch, follow us on [Facebook](https://www.facebook.com/pytorch/), [Twitter](https://twitter.com/PyTorch), [Medium](https://medium.com/pytorch), [YouTube](https://www.youtube.com/pytorch), or [LinkedIn](https://www.linkedin.com/company/pytorch).
174+
175+
Cheers!
176+
177+
-Team PyTorch

0 commit comments

Comments
 (0)