Giter Club home page Giter Club logo

wheels's People

Contributors

amberfly avatar chocoladisco avatar danqing avatar punkeel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

wheels's Issues

Generic version is still compiled with AVX2 support

I downloaded the "generic" build:
https://github.com/mind/wheels/releases/download/tf1.4.1-gpu-cuda91-generic/tensorflow-1.4.1-cp35-cp35m-linux_x86_64.whl

But I can't use on my AMD FX 8350 because this processor has AVX support, but no AVX2 support. After trying to use Tensorflow, I get obviously:

2018-01-23 01:34:47.760697: F tensorflow/core/platform/cpu_feature_guard.cc:36] The TensorFlow library was compiled to use AVX2 instructions, but these aren't available on your machine.

Can you provide the generic version without (AVX/)AVX2 support?

Could not find a version that satisfies the requirement enum34>=1.1.6

Hello,

I was trying to install the wheel for python 3.5 and CUDA 9.1 via pip and got the following error:

  Downloading https://github.com/mind/wheels/releases/download/tf1.4.1-gpu-cuda91-generic/tensorflow-1.4.1-cp35-cp35m-linux_x86_64.whl (129.6MB)
    100% |████████████████████████████████| 129.6MB 505kB/s 
Collecting enum34>=1.1.6 (from tensorflow==1.4.1)
  Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fbc90958da0>: Failed to establish a new connection: [Errno 101] Network is unreachable',)': /simple/enum34/
  Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fbc90958cf8>: Failed to establish a new connection: [Errno 101] Network is unreachable',)': /simple/enum34/
  Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fbc90958be0>: Failed to establish a new connection: [Errno 101] Network is unreachable',)': /simple/enum34/
  Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fbc909584a8>: Failed to establish a new connection: [Errno 101] Network is unreachable',)': /simple/enum34/
  Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection.VerifiedHTTPSConnection object at 0x7fbc90958d30>: Failed to establish a new connection: [Errno 101] Network is unreachable',)': /simple/enum34/
  Could not find a version that satisfies the requirement enum34>=1.1.6 (from tensorflow==1.4.1) (from versions: )
No matching distribution found for enum34>=1.1.6 (from tensorflow==1.4.1)

我的系统自动更新到了cuda9.1,又不支持了。

ImportError: libcublas.so.9.0: cannot open shared object file: No such file or directory
在我的系统上:
llibcublas.so -> libcublas.so.9.1
能编译个最新的吗?
我自己编译老是出错
ERROR: /home/cyhighbuyer/tensorflow/tensorflow/contrib/seq2seq/BUILD:51:1: error while parsing .d file: /home/cyhighbuyer/.cache/bazel/_bazel_cyhighbuyer/8f9b4a28fd7da1a64dacddabb5efd73d/execroot/org_tensorflow/bazel-out/local_linux-py3-opt/bin/tensorflow/contrib/seq2seq/_objs/python/ops/_beam_search_ops_gpu/tensorflow/contrib/seq2seq/kernels/beam_search_ops_gpu.cu.pic.d (No such file or directory).
In file included from external/eigen_archive/unsupported/Eigen/CXX11/Tensor:14:0,
from ./third_party/eigen3/unsupported/Eigen/CXX11/Tensor:1,
from ./tensorflow/contrib/seq2seq/kernels/beam_search_ops.h:19,
from tensorflow/contrib/seq2seq/kernels/beam_search_ops_gpu.cu.cc:20:
external/eigen_archive/unsupported/Eigen/CXX11/../../../Eigen/Core:59:34: fatal error: math_functions.hpp: No such file or directory
#include <math_functions.hpp>

Plans to include XLA?

This is a very useful repository! Do you guys have any plans to include XLA support in future builds? I realize that it is still an experimental feature, but it would be quite useful to have a build around that supports it. TF is also configured to disable this by default, so it would not change the overall behavior of the wheels you guys provide.

Could you build the wheels to support CentOS platfom?

when i execute "tensorflow-1.3.1-cp35-cp35m-linux_x86_64.whl" it says "tensorflow-1.3.1-cp35-cp35m-linux_x86_64.whl is not a supported wheel on this platform."
i think that this wheel is built on Ubuntu Platform, can not support the centos Platform.Right? Could you build some wheel to support centos Platform?Thanks a lot!

Cannot run on CentOS with glibc 2.17

The glibc version of this wheel is 2.23. It maybe a bit higher for CentOS users. Is it possible to provide a whl with lower glibc version?

/home/18781a/venv/lib/python2.7/site-packages/tensorflow/__init__.py in <module>()
     22 
     23 # pylint: disable=wildcard-import
---> 24 from tensorflow.python import *
     25 # pylint: enable=wildcard-import
     26 

/home/18781a/venv/lib/python2.7/site-packages/tensorflow/python/__init__.py in <module>()
     47 import numpy as np
     48 
---> 49 from tensorflow.python import pywrap_tensorflow
     50 
     51 # Protocol buffers

/home/18781a/venv/lib/python2.7/site-packages/tensorflow/python/pywrap_tensorflow.py in <module>()
     70 for some common reasons and solutions.  Include the entire stack trace
     71 above this error message when asking for help.""" % traceback.format_exc()
---> 72   raise ImportError(msg)
     73 
     74 # pylint: enable=wildcard-import,g-import-not-at-top,unused-import,line-too-long

ImportError: Traceback (most recent call last):
  File "/home/18781a/venv/lib/python2.7/site-packages/tensorflow/python/pywrap_tensorflow.py", line 58, in <module>
    from tensorflow.python.pywrap_tensorflow_internal import *
  File "/home/18781a/venv/lib/python2.7/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 28, in <module>
    _pywrap_tensorflow_internal = swig_import_helper()
  File "/home/18781a/venv/lib/python2.7/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper
    _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
ImportError: /usr/lib64/libm.so.6: version `GLIBC_2.23' not found (required by /home/18781a/venv/lib/python2.7/site-packages/tensorflow/python/_pywrap_tensorflow_internal.so)


Failed to load the native TensorFlow runtime.

GPU version 1.4.1 for Linux doesn't work

I installed the wheel for Python 3.6 from here. However, when trying to import tensorflow, I see the error below. Even if I install mkl-dnn by hand from the repo, I get the same error.

$ ipython
Python 3.6.3 |Anaconda, Inc.| (default, Oct 13 2017, 12:02:49) 
Type 'copyright', 'credits' or 'license' for more information
IPython 6.2.1 -- An enhanced Interactive Python. Type '?' for help.

In [1]: import tensorflow as tf
---------------------------------------------------------------------------
ImportError                               Traceback (most recent call last)
~/venvs/test/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow.py in <module>()
     57 
---> 58   from tensorflow.python.pywrap_tensorflow_internal import *
     59   from tensorflow.python.pywrap_tensorflow_internal import __version__

~/venvs/test/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow_internal.py in <module>()
     27             return _mod
---> 28     _pywrap_tensorflow_internal = swig_import_helper()
     29     del swig_import_helper

~/venvs/test/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow_internal.py in swig_import_helper()
     23             try:
---> 24                 _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
     25             finally:

~/venvs/test/lib/python3.6/imp.py in load_module(name, file, filename, details)
    242         else:
--> 243             return load_dynamic(name, filename, file)
    244     elif type_ == PKG_DIRECTORY:

~/venvs/test/lib/python3.6/imp.py in load_dynamic(name, path, file)
    342             name=name, loader=loader, origin=path)
--> 343         return _load(spec)
    344 

ImportError: libmklml_intel.so: cannot open shared object file: No such file or directory

During handling of the above exception, another exception occurred:

ImportError                               Traceback (most recent call last)
<ipython-input-1-64156d691fe5> in <module>()
----> 1 import tensorflow as tf

~/venvs/test/lib/python3.6/site-packages/tensorflow/__init__.py in <module>()
     22 
     23 # pylint: disable=wildcard-import
---> 24 from tensorflow.python import *
     25 # pylint: enable=wildcard-import
     26 

~/venvs/test/lib/python3.6/site-packages/tensorflow/python/__init__.py in <module>()
     47 import numpy as np
     48 
---> 49 from tensorflow.python import pywrap_tensorflow
     50 
     51 # Protocol buffers

~/venvs/test/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow.py in <module>()
     70 for some common reasons and solutions.  Include the entire stack trace
     71 above this error message when asking for help.""" % traceback.format_exc()
---> 72   raise ImportError(msg)
     73 
     74 # pylint: enable=wildcard-import,g-import-not-at-top,unused-import,line-too-long

ImportError: Traceback (most recent call last):
  File "~/venvs/test/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow.py", line 58, in <module>
    from tensorflow.python.pywrap_tensorflow_internal import *
  File "~/venvs/test/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 28, in <module>
    _pywrap_tensorflow_internal = swig_import_helper()
  File "~/venvs/test/lib/python3.6/site-packages/tensorflow/python/pywrap_tensorflow_internal.py", line 24, in swig_import_helper
    _mod = imp.load_module('_pywrap_tensorflow_internal', fp, pathname, description)
  File "~/venvs/test/lib/python3.6/imp.py", line 243, in load_module
    return load_dynamic(name, filename, file)
  File "~/venvs/test/lib/python3.6/imp.py", line 343, in load_dynamic
    return _load(spec)
ImportError: libmklml_intel.so: cannot open shared object file: No such file or directory


Failed to load the native TensorFlow runtime.

See https://www.tensorflow.org/install/install_sources#common_installation_problems

for some common reasons and solutions.  Include the entire stack trace
above this error message when asking for help.

Tensorflow 2.0 / CUDA 9 Wheels?

Could we include some Tensorflow 2.0 and CUDA 9 Wheels? I think it would be helpful, there are many cases online of people having to compile from source for this.

AVX2

Did you use AVX2 flag when build gpu version with python3.6 ?

can not install tensorflow

Hi
i have python 3.6.3 on ubuntu 16.04 with cuda9 and cudnn 7 and GTX1080TI
i want install tesorflow-1.4.0 cp36 cp36m linux x64 64.whl on it
but when i run pip -....
i get this message
requirement 'tensorflow..' looks a filename, but the file does not exist
exception
tracback most recent call :
file /...pip/basecommand.py'
'install.py'
pip/req/req_set.py
'download.py'

it seems pip can not see the file !!

Please build tf 1.8.0 with gpu 3.5

First of all, thank you so much for this effort, it really helps me out a lot!

I would appreciate it, if you could build this for our ubuntu 16.04 machine:

  • tf >=1.8.0
  • cuda 9.0 or cuda 9.2 (not 9.1 as this seems to be made obscure by nvidia)
  • cudnn >=7.1
  • tensorrt >= 3
  • compute capability 3.5
  • python 3.5

We run an 'old' GTX Titan Black (basically a K40) with 6GB vRAM.

cuda 9.1 generic

Could you provide a build on top of cuda 9.1 without optimization? (No avx2 etc)

generic version

since tensorflow from pypi are now built with avx2 by default, can you provide a cuda generic version from 1.6 to 1.8?

Debug builds?

Would you be interested in providing versions of TensorFlow with symbol tables? That would make it much easier to troubleshoot segfaults.

Optimized build with symbol tables: (almost as fast, lets you query local variables in gdb)
blaze build --cxxopt=-g2 --linkopt=-g2 --strip never -c opt

Fully debuggable build (ie, gives line numbers, but can be 10x slower)
blaze build -c dbg

Loaded runtime CuDNN library: 7101 (compatibility version 7100)

Hello there,

firstly, thank you for producing these wheels, they are spectacularly useful. However I have run into a small compatibility issue. Nvidia have shipped cuDNN 7.1 in their cuda docker images, which is incompatible with your current 1.6 release. Running it yields:

E tensorflow/stream_executor/cuda/cuda_dnn.cc:378] Loaded runtime CuDNN library: 7101 (compatibility version 7100) but source was compiled with 7005 (compatibility version 7000). If using a binary install, upgrade your CuDNN library to match. If building from sources, make sure the library loaded at runtime matches a compatible version specified during compile configuration.

If you would be so kind as to do a release built with cuDNN 7.1, that would be most wonderful.

Will the Cuda capability 3.5 be supported?

Thanks so much for your work, it's awesome!

Will the minimum required Cuda capability be set to 3.5 when building? Or where can i configure it?

Thanks so much. ^o^
Best Regards.

cuda 9.1 issue.

  • ubuntu 17.10
  • cuda 9.1, cudnn 7
  • GPU: nvidia P40

I met a problem.

ImportError: libcudnn.so.7: cannot open shared object file: No such file or directory

I have already add the environment variables.

export CUDA_HOME=/usr/local/cuda
export PATH=$PATH:$CUDA_HOME/bin
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$CUDA_HOME/lib64

I run the command:

ls -l /usr/local/cuda/lib64/libcudn*

I get the following result:

-rwxr-xr-x 1 root root 282621088 1月  18 11:27 /usr/local/cuda/lib64/libcudnn.so
-rwxr-xr-x 1 root root 282621088 1月  18 11:27 /usr/local/cuda/lib64/libcudnn.so.7
-rwxr-xr-x 1 root root 282621088 1月  18 11:27 /usr/local/cuda/lib64/libcudnn.so.7.0.5
-rw-r--r-- 1 root root 277149668 1月  18 11:27 /usr/local/cuda/lib64/libcudnn_static.a

I think the output above shows that the cuda and cudnn are already installed in my computer.

Tensorflow 1.9

Could you please release version 1.9, especially tf1.9-cpu?

Thank you!

AVX512F instruction support

Thank you very much for great wheels.
Recently I upgraded TF 1.3->1.4 GPU on i9 7900x CPU, with no major issues.
(Intel Math Kernel Library had to be installed and numpy upgrade - but OK)

May I ask for some new addition regarding the info message I had
"Your CPU supports instructions that this TensorFlow binary was not compiled to use: AVX512F"
any plans for this?
Thank you once again and best regards / thupalo

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.