add link in Home.md

Yi Zhang
2021-08-23 04:24:01 +00:00
parent 3919789dec
commit 13293a26cc
2 changed files with 2 additions and 1 deletions

@ -8,7 +8,7 @@ At first, We need to build the debug version libtorch On Windows. You can refer
## Start Visual Studio correctly
Once the libtorch built, please copy the directory of the libiomp5md.dll and add it to the PATH.
![where libiomp5md.dll](image/libiomp5.png)<br>
![where libiomp5md.dll](images/bestpractices_win/libiomp5.png)<br>
For me, I use a bat to start Visual Studio
```
set PATH=D:\programs\envs\nightly\Library\bin\;%PATH%

@ -120,6 +120,7 @@ New to PyTorch? Don't know where to start?
* [JIT C++ Tests](https://github.com/pytorch/pytorch/blob/master/test/cpp/jit/README.md)
* [C++ Frontend Tests](https://github.com/pytorch/pytorch/blob/master/test/cpp/api/README.md)
* [FAQ](https://github.com/pytorch/pytorch/blob/master/docs/cpp/source/notes/faq.rst)
* [Best-Practices-to-Edit-and-Compile-Pytorch-Source-Code-On-Windows]https://github.com/pytorch/pytorch/wiki/Best-Practices-to-Edit-and-Compile-Pytorch-Source-Code-On-Windows
### Benchmarks
* [Distributed Data Parallel Benchmark](https://github.com/pytorch/pytorch/blob/master/benchmarks/distributed/ddp/README.md)