text-generation-inference/csrc/cmake/torch.cmake
2024-09-29 12:33:31 +00:00

8 lines
252 B
CMake

fetchcontent_declare(
torch
URL https://download.pytorch.org/libtorch/cu124/libtorch-cxx11-abi-shared-with-deps-2.4.1%2Bcu124.zip
# OVERRIDE_FIND_PACKAGE
)
FetchContent_MakeAvailable(torch)
list(APPEND CMAKE_PREFIX_PATH ${torch_SOURCE_DIR})