From cee5d151d9ac8f1fdfd60961e6e8561f83945f9b Mon Sep 17 00:00:00 2001 From: ml server Date: Sat, 8 Feb 2020 13:38:12 -0700 Subject: [PATCH] notes on pytorch building --- docs/README-pytorch.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/README-pytorch.md b/docs/README-pytorch.md index 6550d41..a83c3fb 100644 --- a/docs/README-pytorch.md +++ b/docs/README-pytorch.md @@ -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: