notes on pytorch building

master
ml server 2020-02-08 13:38:12 -07:00
parent d1edfd4ace
commit cee5d151d9
1 changed files with 9 additions and 0 deletions

View File

@ -65,6 +65,8 @@ mkdir build
cd build
cmake ..
ccmake ..
# build takes ~30 minutes
make -j8
```
```
@ -137,6 +139,13 @@ CAFFE2_USE_MSVC_STATIC_RUNTIME OFF ??
BUILD_CAFFE2_MOBILE OFF
```
# Misc
```
[E init_intrinsics_check.cc:43] CPU feature avx is present on your machine, but the Caffe2 binary is not compiled with it. It means you may not get the full speed of your CPU.
```
# Build PyTorch `pip`
# Proprietary Bits
Parts to avoid in the PyTorch ecosystem: