mind / wheels

Performance-optimized wheels for TensorFlow (SSE, AVX, FMA, XLA, MPI)
886 stars 108 forks source link

1.3 GPU links are dead #1

Closed yaroslavvb closed 7 years ago

yaroslavvb commented 7 years ago

https://github.com/mind/wheels/releases/download/tf1.3-gpu/tensorflow-1.3-cp36-cp36m-linux_x86_64.whl

yaroslavvb commented 7 years ago

Hm, looks like these wheels are for Ubuntu 16.04....a lot of amazon images are still Ubuntu 14.04, also Travis doesn't support 16.04 yet https://docs.travis-ci.com/user/reference/overview/

vmarkovtsev commented 7 years ago

The reason is simple: it is https://github.com/mind/wheels/releases/download/tf1.3-gpu/tensorflow-1.3.0-cp36-cp36m-linux_x86_64.whl instead. Mind ".0" added to the version.

danqing commented 7 years ago

Thanks for the catch @vmarkovtsev ! Added the .0

@yaroslavvb unfortunately there's no plan to support 14.04. We do not have any 14.04 machines in our environment. Consider using Docker images if you have environment constraints.