Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cuda 9 or 10 #26254

Closed
helonayala opened this issue Mar 1, 2019 · 7 comments
Closed

cuda 9 or 10 #26254

helonayala opened this issue Mar 1, 2019 · 7 comments
Assignees
Labels
subtype: ubuntu/linux Ubuntu/Linux Build/Installation Issues type:build/install Build and install issues

Comments

@helonayala
Copy link

TF installation via pip is pointing to 1.13.1, requiring CUDA 10, while in the documentation it's mentioned CUDA 9

In order to install via pip for cuda 9 one should

pip3 install tensorflow-gpu==1.12.0

see
#26209

@jvishnuvardhan jvishnuvardhan self-assigned this Mar 1, 2019
@jvishnuvardhan jvishnuvardhan added type:build/install Build and install issues subtype: ubuntu/linux Ubuntu/Linux Build/Installation Issues labels Mar 1, 2019
@jvishnuvardhan
Copy link
Contributor

@helonayala Could you point us where you are seeing CUDA 9 for TF 1.13.1? Please check release notes here that mentions "TensorFlow GPU binaries are now built against CUDA 10". As the TF.1.13.1 was built against CUDA10, it will look for CUDA10 path. If you have CUDA9.0, please upgrade it to CUDA 10 and then install tensorflow. Thanks!

@jvishnuvardhan jvishnuvardhan added the stat:awaiting response Status - Awaiting response from author label Mar 1, 2019
@blemke
Copy link

blemke commented Mar 1, 2019

On https://www.tensorflow.org/install/gpu it suggests CUDA 9.0 for Tensorflow generally, but doesn't specifically mention 1.13.1.

I had issues using CUDA 10.1 with Tensorflow 1.13.1, but resolved them by switching to CUDA 10.0

@helonayala
Copy link
Author

yep, in the link @blemke provided

@jvishnuvardhan
Copy link
Contributor

Thanks @helonayala @blemke. Those instructions are for TF 1.12. Team is working on updating them for latest version. Stay tuned. Thanks!

Closing this issue.

@jvishnuvardhan jvishnuvardhan removed the stat:awaiting response Status - Awaiting response from author label Mar 1, 2019
@FiReTiTi
Copy link

Same issue for me.
The cluster I use only contains Cuda 9.0, and when I reinstalled tensorflow it automatically installed 1.13.1, which didn't support Cuda 9.
So I downgraded the version to 1.12.2 and it worked.

@SteffenEpp
Copy link

Hello together,

do I have to build tensorflow from source to get it running on a compute capability of 3.0?
Or can i just install it with: "pip3 install tensorflow-gpu==1.12.2" ?

@zacario-li
Copy link

Hello together,

do I have to build tensorflow from source to get it running on a compute capability of 3.0?
Or can i just install it with: "pip3 install tensorflow-gpu==1.12.2" ?

@SteffenEpp use python3.5, then pip install tensorflow-gpu==1.12.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
subtype: ubuntu/linux Ubuntu/Linux Build/Installation Issues type:build/install Build and install issues
Projects
None yet
Development

No branches or pull requests

6 participants