Hi,
Thank you for the suggestion. I just want to confirm that the process I’m following is correct:
In the terminal, I type:nano ~/.bashrc
At the end of the file, I add: export LD_PRELOAD=/usr/lib/aarch64-linux-gnu/libgomp.so.1
Then I save the file by pressing Ctrl + O, hitting Enter, and exiting with Ctrl + X.
I run: source ~/.bashrc
Finally, I try to run the code again.
I follow the same steps for these variations: export LD_PRELOAD=/home/orin_nano1/.local/lib/python3.8/site-packages/torch/lib/libgomp-d22c30c5.so.1 export LD_PRELOAD=.local/lib/python3.8/site-packages/torch/lib/libgomp-d22c30c5.so.1 export LD_PRELOAD=/usr/lib/x86_64-linux-gnu/libgomp.so.1
I receive this error: ERROR: ld.so: object '/home/orin_nano1/.local/lib/python3.8/site-packages/torch/lib/libgomp-d22c30c5.so.1' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored.
For all cases, it didn’t work.
Let me know if there’s anything I’m missing or if you have any further suggestions.