Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 332 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 332 Bytes

Libtorch Sandbox

  • This repo includes some Libtorch examples for learning purposes.
  • Sum important commands are given.

init CMake :

mkdir build
cd build

# Change the path
cmake -DCMAKE_PREFIX_PATH=/home/ahmed4/gitS/libtorch ..
cmake --build . --config Release

build :

cmake --build . --config Release