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
|`-D CUDA_V=(9.2 [Linux only]\|10.1\|10.2\|11.0\|none)`|`none`| Download LibTorch for a CUDA version (`none` = download CPU version). |
98
+
|`-D CUDA_V=(\|10.2\|11.1\|none)`|`none`| Download LibTorch for a CUDA version (`none` = download CPU version). |
99
99
|`-D DOWNLOAD_DATASETS=(OFF\|ON)`|`ON`| Download required datasets during build (only if they do not already exist in `pytorch-cpp/data`). |
100
100
|`-D CREATE_SCRIPTMODULES=(OFF\|ON)`|`OFF`| Create all required scriptmodule files for prelearned models / weights during build. Requires installed python3 with pytorch and torchvision. |
101
101
|`-D CMAKE_PREFIX_PATH=path/to/libtorch/share/cmake/Torch`|`<empty>`| Skip the downloading of LibTorch and use your own local version (see [Requirements](#requirements)) instead. |
@@ -121,14 +121,14 @@ cmake -B build \
121
121
<summary><b>Example Windows</b></summary>
122
122
123
123
##### Aim
124
-
* Automatically download LibTorch for CUDA 10.2 and all necessary datasets.
124
+
* Automatically download LibTorch for CUDA 11.1 and all necessary datasets.
0 commit comments