torchdynamo icon indicating copy to clipboard operation
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 torchdynamo is now import torch._dynamo
  • import torchinductor is now import 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.