TensorFlow の「はじめに」ページから:
# Only CPU-version is available at the moment.
$ pip install https://storage.googleapis.com/tensorflow/mac/tensorflow-0.5.0-py2-none-any.whl
私は GPU や CUDA ライブラリの使用にあまり慣れていませんが、Linux VM 内に TensorFlow をインストールした場合 (たとえば、Vagrantで利用可能な precision32 など)、TensorFlow はその VM 内で実行するときに GPU を利用しますか?