Set up on Jetson Nano/Xavier NX

Hi there,
I’m currently trying to set up Pytorch Lightning on Jetson Nano/Jetson Xavier NX by building from source. So far, I have tried following this thread here:
https://github.com/PyTorchLightning/pytorch-lightning/issues/695

However, the requirements.txt file has changed and still seeks a torch>=1.4 version even though I have torch 1.8.0 installed in my pip package manager. I am currently stuck trying to figure out how to install on the Jetson as I have tried the following:

my pip install requirements attempt:

I have also tried pip install pytorch-lightning which yielded the same error as above. In addition to this, torch 1.8.0 exists within my pip list.

Is there something I’m missing? I have also tried running setup.py to no avail. Thanks!