# torchdynamo **Repository Path**: mirrors_pytorch/torchdynamo ## Basic Information - **Project Name**: torchdynamo - **Description**: A Python-level JIT compiler designed to make unmodified PyTorch programs faster. - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-06 - **Last Updated**: 2025-10-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # NOTICE: TorchDynamo has moved We have moved TorchDynamo to [pytorch/pytorch](https://github.com/pytorch/pytorch/tree/main/torch/_dynamo) - `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.