From 9bff2505f983440c3555e4e75d5027b346bc4acc Mon Sep 17 00:00:00 2001 From: Yu Guo <82124926+yuguo68@users.noreply.github.com> Date: Sun, 5 Jun 2022 13:33:40 -0700 Subject: [PATCH] remove non-existing jit/tensorexpr/DesignOverview.md --- Home.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Home.md b/Home.md index cbf5763..2cebb95 100644 --- a/Home.md +++ b/Home.md @@ -73,7 +73,6 @@ New to PyTorch? Don't know where to start? ### JIT/TorchScript * [JIT Technical Overview](https://github.com/pytorch/pytorch/blob/master/torch/csrc/jit/OVERVIEW.md) -* [Current workflow](https://github.com/pytorch/pytorch/blob/master/torch/csrc/jit/tensorexpr/DesignOverview.md) * [Static Runtime](https://github.com/pytorch/pytorch/blob/master/torch/csrc/jit/runtime/static/README.md) * [TorchScript serialization](https://github.com/pytorch/pytorch/blob/master/torch/csrc/jit/docs/serialization.md) * [PyTorch Fuser](https://github.com/pytorch/pytorch/blob/master/torch/csrc/jit/codegen/fuser/README.md)