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

Jetson Nano, Jetpack 4.6 #5

Open
programmeddeath1 opened this issue Dec 30, 2022 · 1 comment
Open

Jetson Nano, Jetpack 4.6 #5

programmeddeath1 opened this issue Dec 30, 2022 · 1 comment

Comments

@programmeddeath1
Copy link

Hi Team
Thank you for your efforts to build and make the torch files available!

I want to know two things

  1. Are the torch files built using CUDA? I had installed the default torch provided by nvidia it doesnt use CUDA.
  2. I am getting an error as below when i install any of the 4 torch files (1.7 to 1.10).
"import torch; print(torch.__version__)"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "venv/lib/python3.6/site-packages/torch/__init__.py", line 196, in <module>
    _load_global_deps()
  File "venv/lib/python3.6/site-packages/torch/__init__.py", line 149, in _load_global_deps
    ctypes.CDLL(lib_path, mode=ctypes.RTLD_GLOBAL)
  File "/usr/lib/python3.6/ctypes/__init__.py", line 348, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: libcurand.so.10: cannot open shared object file: No such file or directory

Do you know what could be causing the issue?
Thank your for your help in advance!

@Qengineering
Copy link
Owner

First question: Yes, we compile the wheel with CUDA and cuDNN acceleration.

The second issue can be a nightmare.
We've downloaded our PyTorch 1.10 wheel and installed it on a clean machine to see if we can reproduce the error.
However, it doesn't give any problem.

Screenshot from 2022-12-30 13-26-34
Screenshot from 2022-12-30 13-26-27

On the other hand, when googling your error, we get some hits. Please see for instance this topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants