-
Notifications
You must be signed in to change notification settings - Fork 484
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
Ubuntu 16.04 - torch installation failure #141
Comments
More info, I made an issue on this repo since this is what |
hi @shriphani This is a bug in CUDA 7.5 + gcc > 4.9 This was reported before here: torch/torch7#670 The easiest way to fix it is to upgrade to CUDA 8.0 If you cant, we fixed it via some workaround flags here: https://github.com/torch/cutorch/blob/master/lib/THC/CMakeLists.txt#L13-L20 I am not sure why they are not being considered in your case. |
In case people can't upgrade to 8.0, I was able to make it work with the changes proposed in: tensorflow/tensorflow#1066 I'm using Ubuntu 16.04 LTS, gcc 5, Cuda 7.5.
Hope it helps other. |
@FabbyD thanks for that. i pushed the additional fixes into cutorch and cunn |
Hi,
I am following these instructions: http://torch.ch/docs/getting-started.html and I get this on the final command:
Is there a simple workaround?
Thanks,
S.
The text was updated successfully, but these errors were encountered: