PyTorch C++ Module package.
Download whl file from releases and install it.
pip install torch_cpp_....whl
Before installing this repository, you need to install torch and CUDA to build module.
pip install torch
# Source Install
git clone https://github.com/mjun0812/torch_cpp.git
cd torch_cpp
python setup.py build install --user
# pip install from github
pip install git+https://github.com/mjun0812/torch_cpp.git