mind / wheels

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

Can you built a wheel without MKL? #10

Closed Cescfangs closed 6 years ago

Cescfangs commented 6 years ago

I am trying to install tensorflow-gpu on servers(CUDA9) where I have no access to sudo .

danqing commented 6 years ago

Sure, we can provide one. What's your Python version?

Cescfangs commented 6 years ago

python3.6, thanks mate!

amberfly commented 6 years ago

Try https://github.com/mind/wheels/releases/tag/tf1.4-gpu-cuda9-nomkl

Cescfangs commented 6 years ago

it worked without MKL, but require GLIBC_2.23...sad

danqing commented 6 years ago

There are some discussions in #7. I assume if you don't install it under /opt you won't need sudo, and then you can just link it like the last commenter described to make it work.

(In fact you may not need sudo for /opt..)

Cescfangs commented 6 years ago

7 acctually solved my problem, thanks guys!!!

danqing commented 6 years ago

Awesome. Thanks for letting us know!