Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 356 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 356 Bytes

Installation:

wget https://download.pytorch.org/libtorch/cu124/libtorch-cxx11-abi-shared-with-deps-2.5.1%2Bcu124.zip
unzip libtorch-cxx11-abi-shared-with-deps-2.5.1+cu124.zip
rm libtorch-cxx11-abi-shared-with-deps-2.5.1%2Bcu124.zip
mkdir build && cd build
cmake -DCMAKE_PREFIX_PATH=../libtorch/ -DCMAKE_EXPORT_COMPILE_COMMANDS=1 ..
cd ..
make