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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
option(CDDP_CPP_TORCH "Whether to use LibTorch"ON)
option(CDDP_CPP_TORCH_GPU "Whether to use GPU support in LibTorch"ON)
option(CDDP_CPP_TORCH "Whether to use LibTorch"OFF)
option(CDDP_CPP_TORCH_GPU "Whether to use GPU support in LibTorch"OFF)
set(LIBTORCH_DIR $ENV{HOME}/.local/lib/libtorch CACHEPATH"Path to local LibTorch installation") # FIXME: Change this to your local LibTorch installation directory