pytorch / torchdynamo

A Python-level JIT compiler designed to make unmodified PyTorch programs faster.
BSD 3-Clause "New" or "Revised" License
1.01k stars 124 forks source link

dead links in README and TROUBLESHOOTING. #2051

Closed kevint324 closed 1 year ago

kevint324 commented 1 year ago

all the links in

https://github.com/pytorch/torchdynamo/blob/main/documentation/TROUBLESHOOTING.md

and

https://github.com/pytorch/torchdynamo/blob/main/README.md

are dead

like https://pytorch.org/docs/master/dynamo/

mlazos commented 1 year ago

The current troubleshooting doc is here

I can take a look at updating these links.

mlazos commented 1 year ago

fixed by https://github.com/pytorch/torchdynamo/pull/2052