Skip to content

lvjonok/torchcchio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

torchcchio

  1. Setup environment
python3 -m venv venv
source venv/bin/activate
pip3 install torch --index-url https://download.pytorch.org/whl/cpu
pip3 install pin
  1. Build
export CMAKE_PREFIX_PATH=$(python3 -c 'import torch;print(torch.utils.cmake_prefix_path)'):$(python3 -m cmeel cmake)
mkdir build && cd build
cmake ..
make
  1. Run
./main

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published