File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ value="$(uname)"
88if [ $value == " Linux" ]
99then
1010 echo " Initializing TensorFlow setup on a Linux machine..."
11- export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.10.0 -cp27-none-linux_x86_64.whl
11+ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.12.0rc1 -cp27-none-linux_x86_64.whl
1212 pip install $TF_BINARY_URL
1313elif [ $value == " Darwin" ]
1414then
1515 echo " Initializing TensorFlow setup on a MAC..."
16- export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.10.0 -py2-none-any.whl
16+ export TF_BINARY_URL=https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.12.0rc1 -py2-none-any.whl
1717 pip install $TF_BINARY_URL
1818else
1919 echo " Incompatible machine for TensorFlow. Exiting script..."
Original file line number Diff line number Diff line change 88
99setup (
1010 name = 'tensorpy' ,
11- version = '1.0.9 ' ,
11+ version = '1.0.10 ' ,
1212 url = 'http://tensorpy.com' ,
1313 author = 'Michael Mintz' ,
1414 author_email = '@mintzworld' ,
You can’t perform that action at this time.
0 commit comments