scale-lab/DRiLLS

The current version of Tensorflow installed via pip uses the AVX instruction set at compile time.

Closed this issue · 0 comments

Tensorflow installed via pip uses the AVX instruction set at compile time.

To Reproduce
Steps to reproduce the behavior:

  1. Clone the latest DRiLLS
  2. Follow steps in setup,
  3. python3.6 drills.py -help
  4. Failure message
F tensorflow/core/platform/cpu_feature_guard.cc:37] The TensorFlow library was compiled to use AVX instructions, but these aren't available on your machine.
Aborted (core dumped)

Expected behavior
Expected to display drills.py help

Additional context
Found this online. The suggested fix is to get a TensorFlow that doesn't use AVX but it hasn't worked for me yet.