Cuda Support not avaliable for yolov8 on jetson nano?

Hi,

No, the link also tries to install a prebuilt package (pip3 install torch-xxx.whl).
To build it from the source, please find the instructions below:

> Build from Source
...
$ python3.8 setup.py bdist_wheel

Thanks