Skip to content

Commit

Permalink
Fix dead links (#2052)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlazos authored May 4, 2023
1 parent 57f4754 commit 482320b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
# NOTICE: TorchDynamo has moved

We have moved TorchDynamo to
[pytorch/pytorch](https://github.com/pytorch/pytorch/tree/master/torch/_dynamo)
[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`

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/master/dynamo/
For Documentation: https://pytorch.org/docs/stable/dynamo/index.html

## License

Expand Down
4 changes: 2 additions & 2 deletions documentation/TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
Troubleshooting guide has moved to pytorch.org: https://pytorch.org/docs/master/dynamo/troubleshooting.html
If you are making updates to the guide please make a PR to: https://github.com/pytorch/pytorch/tree/master/docs/source/dynamo
Troubleshooting guide has moved to pytorch.org: https://pytorch.org/docs/stable/dynamo/troubleshooting.html
If you are making updates to the guide please make a PR to: https://github.com/pytorch/pytorch/blob/main/docs/source/compile/troubleshooting.rst

0 comments on commit 482320b

Please sign in to comment.