We have moved TorchDynamo to pytorch/pytorch
import torchdynamo
is nowimport torch._dynamo
import torchinductor
is nowimport torch._inductor
For Documentation: https://pytorch.org/docs/stable/torch.compiler.html
TorchDynamo has a BSD-style license, as found in the LICENSE file.