torchdynamo
torchdynamo copied to clipboard
A Python-level JIT compiler designed to make unmodified PyTorch programs faster.
NOTICE: TorchDynamo has moved
We have moved TorchDynamo to pytorch/pytorch
import torchdynamois nowimport torch._dynamoimport torchinductoris nowimport torch._inductor
For Documentation: https://pytorch.org/docs/stable/torch.compiler.html
License
TorchDynamo has a BSD-style license, as found in the LICENSE file.