Jetson orin can't detect GPU

Hi, I’m using Jetson Orin. I install jetpack 5.0.2 and tensorflow with using Installing TensorFlow for Jetson Platform :: NVIDIA Deep Learning Frameworks Documentation this document. However, tensorflow did not detect GPU.

Also, I am taking warning about libtensorflow_io_plugins. When I install tensorflow-io, it’s eliminate the warning but still did not detect GPU

Jupyter lab :


tensorflow version:
tensorflow-version
jetpack version:
jetpack

Hi,

It looks like you have installed a CPU package from AWS.
Could you reinstall it with our prebuilt?

Please noted that you might need to specify the package version to install the prebuilt.
For example:

$ sudo pip3 install --pre --extra-index-url https://developer.download.nvidia.com/compute/redist/jp/v502 tensorflow==2.10.0+nv22.10

Thanks.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.