pytorch / tensorpipe

A tensor-aware point-to-point communication primitive for machine learning
Other
248 stars 77 forks source link

how to install pytensorpipe #417

Closed eedalong closed 2 years ago

eedalong commented 2 years ago

I built tensorpipe with ninja and try to build python package running python setup.py, it tells me:

make: *** No rule to make target 'pytensorpipe'. Stop.
eedalong commented 2 years ago

Solved with building by cmake