Skip to content

mjun0812/torch_cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyTorch C++ Module

PyTorch C++ Module package.

Install

wheel install

Download whl file from releases and install it.

pip install torch_cpp_....whl

source install

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

Provided Module