From 13293a26cc003ebc6824c539e31a479ae0d1d330 Mon Sep 17 00:00:00 2001 From: Yi Zhang Date: Mon, 23 Aug 2021 04:24:01 +0000 Subject: [PATCH] add link in Home.md --- ...ctices-to-Edit-and-Compile-Pytorch-Source-Code-On-Windows.md | 2 +- Home.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Best-Practices-to-Edit-and-Compile-Pytorch-Source-Code-On-Windows.md b/Best-Practices-to-Edit-and-Compile-Pytorch-Source-Code-On-Windows.md index a0b3f58..ffa25ee 100644 --- a/Best-Practices-to-Edit-and-Compile-Pytorch-Source-Code-On-Windows.md +++ b/Best-Practices-to-Edit-and-Compile-Pytorch-Source-Code-On-Windows.md @@ -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)
+![where libiomp5md.dll](images/bestpractices_win/libiomp5.png)
For me, I use a bat to start Visual Studio ``` set PATH=D:\programs\envs\nightly\Library\bin\;%PATH% diff --git a/Home.md b/Home.md index 095aa18..9038701 100644 --- a/Home.md +++ b/Home.md @@ -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)