NOTICE: TorchDynamo has moved
We have moved TorchDynamo to pytorch/pytorch
import torchdynamo
is nowimport torch._dynamo
import torchinductor
is nowimport torch._inductor
This repository still contains:
- An alias to the new location
- Issues: we will continue using this project for issue tracking
For Documentation: https://pytorch.org/docs/stable/dynamo/index.html
License
TorchDynamo has a BSD-style license, as found in the LICENSE file.