Part Number: J784S4XEVM
Hello. I am trying to run my own program from my own repository I copied onto the SD card. I then ran minicom and logged into the evm as root user to run the program from the repository on the SD card on the board. When I try and run it using python3 script.py I get many module not found errors, since my script relies on external modules such as torch. Installing these modules using pip3 install does not resolve the errors.
How can I run my own custom model in my own repository? I tried running it though a container image, but the singularity command is not found.
For context this is my own model I have already compiled and obtained artifacts from running on PC. Now i just want to run on the evm board.