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
option(CDDP_CPP_TORCH"Whether to use LibTorch"OFF)
44
-
option(CDDP_CPP_TORCH_GPU"Whether to use GPU support in LibTorch"OFF)
43
+
option(CDDP_CPP_TORCH"Whether to use LibTorch"ON)
44
+
option(CDDP_CPP_TORCH_GPU"Whether to use GPU support in LibTorch"ON)
45
45
set(LIBTORCH_DIR$ENV{HOME}/.local/lib/libtorchCACHEPATH"Path to local LibTorch installation") # FIXME: Change this to your local LibTorch installation directory
46
46
47
47
# Python Configuration
@@ -177,8 +177,6 @@ if (CDDP_CPP_TORCH)
177
177
178
178
# Export LibTorch variables for other parts of the build
0 commit comments