mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-04-24 16:32:12 +00:00
8 lines
252 B
CMake
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})
|