Last active
September 12, 2018 08:42
-
-
Save akbargumbira/24f017860f5399f1479382d6b3d3cb9a to your computer and use it in GitHub Desktop.
tf build
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bazel build --config=mkl -c opt --copt=-mavx --copt=-mavx2 --copt=-mfma --copt=-mfpmath=both --copt=-msse4.2 -k //tensorflow/tools/pip_package:build_pip_package --explain --verbose_explanations | |
bazel-bin/tensorflow/tools/pip_package/build_pip_package ~/path_to_save_wheel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment