You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>Libtorch only supports 64bit Windows and an x64 generator needs to be specified. For Visual Studio this can be done by appending `-A x64` to the above command.
48
+
>Libtorch only supports 64bit Windows and an x64 generator needs to be specified. For Visual Studio this can be done by appending `-A x64` to the above command.
33
49
34
50
Some useful options:
35
51
@@ -40,9 +56,11 @@ Some useful options:
40
56
|`-D CMAKE_PREFIX_PATH=path/to/libtorch/share/cmake/Torch`|| Skip the downloading of libtorch and use your own local version instead. |
41
57
42
58
#### Build
59
+
43
60
```cmake
44
61
cmake --build build
45
62
```
63
+
46
64
>**_Note for Windows users:_** <br>
47
65
>The CMake script downloads the *Release* version of libtorch, so `--config Release` has to be appended to the build command.
0 commit comments