mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
add link in Home.md
@ -8,7 +8,7 @@ At first, We need to build the debug version libtorch On Windows. You can refer
|
|||||||
|
|
||||||
## Start Visual Studio correctly
|
## Start Visual Studio correctly
|
||||||
Once the libtorch built, please copy the directory of the libiomp5md.dll and add it to the PATH.
|
Once the libtorch built, please copy the directory of the libiomp5md.dll and add it to the PATH.
|
||||||
<br>
|
<br>
|
||||||
For me, I use a bat to start Visual Studio
|
For me, I use a bat to start Visual Studio
|
||||||
```
|
```
|
||||||
set PATH=D:\programs\envs\nightly\Library\bin\;%PATH%
|
set PATH=D:\programs\envs\nightly\Library\bin\;%PATH%
|
||||||
|
1
Home.md
1
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)
|
* [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)
|
* [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)
|
* [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
|
### Benchmarks
|
||||||
* [Distributed Data Parallel Benchmark](https://github.com/pytorch/pytorch/blob/master/benchmarks/distributed/ddp/README.md)
|
* [Distributed Data Parallel Benchmark](https://github.com/pytorch/pytorch/blob/master/benchmarks/distributed/ddp/README.md)
|
||||||
|
Reference in New Issue
Block a user