mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Summary: jit.rst Test Plan: CI Rollback Plan: Differential Revision: D78309840 Pull Request resolved: https://github.com/pytorch/pytorch/pull/158317 Approved by: https://github.com/svekars, https://github.com/zhxchen17
9 lines
195 B
Markdown
9 lines
195 B
Markdown
(jit_unsupported)=
|
|
|
|
# TorchScript Unsupported PyTorch Constructs
|
|
|
|
:::{warning}
|
|
TorchScript is deprecated, please use
|
|
[torch.export](https://docs.pytorch.org/docs/stable/export.html) instead.
|
|
:::
|