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

Error while trying to run Gpipe example #53

Closed
Raviteja1996 opened this issue Mar 26, 2019 · 6 comments
Closed

Error while trying to run Gpipe example #53

Raviteja1996 opened this issue Mar 26, 2019 · 6 comments
Labels
stat:awaiting response Awaiting response from user

Comments

@Raviteja1996
Copy link

Hi, as I was getting error #49 . Now i tried to do it in another environment. And i am facing the below problem when i try to run the command: bazel build -c opt //lingvo:trainer. Before running the main command which was specified to me in #48 i am running the above command before it in the home directory. Please tell me if I am doing any step wrong.

**ERROR : **
Gpipe_error.txt

@drpngx
Copy link
Contributor

drpngx commented Mar 26, 2019

/CC @bignamehyp

@drpngx
Copy link
Contributor

drpngx commented Mar 26, 2019

It looks like you are missing libcuda.so.1. Please find where it is (typically somewhere in /usr/lib/python2.7/dist-packages/_so_lib, and add that path to the LD_LIBRARY_PATH environment variable before building.

@drpngx drpngx added the stat:awaiting response Awaiting response from user label Mar 28, 2019
@Raviteja1996
Copy link
Author

I am still getting the same error as before which I posted(text file).

@drpngx
Copy link
Contributor

drpngx commented Mar 29, 2019

Do you locate the library? Can you run nm on it to see if the symbol is defined there? It could be the wrong version.

@Raviteja1996
Copy link
Author

Hi, I searched for the libcuda.so.1 and found few of them. When I did nm for the path to the filename along with the file name I got "no symbols" as output. I got this for all the libcuda.so.1 files which appeared when I searched for them.

@drpngx
Copy link
Contributor

drpngx commented Apr 4, 2019

It looks like the CUDA library was improperly installed. Please try installing again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
stat:awaiting response Awaiting response from user
Projects
None yet
Development

No branches or pull requests

3 participants