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

Troubleshooting guide is hard to find #1971

Closed wconstab closed 1 year ago

wconstab commented 1 year ago
  1. if I Google dynamo troubleshooting, the first result is a broken 404 link to old GitHub location

    • should we put a placeholder file back with an updated redirect?
  2. If I search torchdynamo troubleshooting or pytorch 2 troubleshooting on pytorch docs Page, I don't get a useful hit

    • let's make this a proper 'tutorial' or make one that links to our .md?
soumith commented 1 year ago

should we put a placeholder file back with an updated redirect?

Yes

soumith commented 1 year ago

cc: @msaroufim