Fix link to roadmap in README.md (#2995)

The file was renamed by PR https://github.com/llvm/torch-mlir/pull/2842.
pull/3045/head
Dmitry Babokin 2024-03-07 20:26:53 -08:00 committed by GitHub
parent 551a4e45f3
commit 6b3a7d07c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ We have few paths to lower down to the Torch MLIR Dialect.
- LazyTensorCore
Read more details [here](docs/ltc_backend.md).
- We also have basic TorchDynamo/PyTorch 2.0 support, see our
[long-term roadmap](docs/long_term_roadmap.md) and
[long-term roadmap](docs/roadmap.md) and
[Thoughts on PyTorch 2.0](https://discourse.llvm.org/t/thoughts-on-pytorch-2-0/67000/3)
for more details.