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=(11.6\|11.7\|none)`|`none`| Download LibTorch for a CUDA version (`none` = download CPU version). |
92
+
|`-D CUDA_V=(11.7\|11.8\|none)`|`none`| Download LibTorch for a CUDA version (`none` = download CPU version). |
93
93
|`-D LIBTORCH_DOWNLOAD_BUILD_TYPE=(Release\|Debug)`|`Release`| Determines which libtorch build type version to download (only relevant on **Windows**).|
94
94
|`-D DOWNLOAD_DATASETS=(OFF\|ON)`|`ON`| Download required datasets during build (only if they do not already exist in `pytorch-cpp/data`). |
95
95
|`-D CREATE_SCRIPTMODULES=(OFF\|ON)`|`OFF`| Create all required scriptmodule files for prelearned models / weights during build. Requires installed python3 with pytorch and torchvision. |
@@ -116,14 +116,14 @@ cmake -B build \
116
116
<summary><b>Example Windows</b></summary>
117
117
118
118
##### Aim
119
-
* Automatically download LibTorch for CUDA 11.7 (Release version) and all necessary datasets.
119
+
* Automatically download LibTorch for CUDA 11.8 (Release version) and all necessary datasets.
0 commit comments