facebookarchive / caffe2

Caffe2 is a lightweight, modular, and scalable deep learning framework.
https://caffe2.ai
Apache License 2.0
8.42k stars 1.94k forks source link

Build pip package #379

Open futurely opened 7 years ago

futurely commented 7 years ago

Most users only use the Python API. The most convenient installation method is probably pip.

https://github.com/tensorflow/tensorflow/blob/master/tensorflow/tools/pip_package/build_pip_package.sh

Yangqing commented 7 years ago

@bwasti gave that a shot at some point - assigning to Bram for a look.

bwasti commented 7 years ago

good suggestion! I've a rough version here for a python wheel but will need to test on a more devices.