I tried to run the TensorRT LLM container on Jetson Thor. But I encounter an error ImportError: libnvinfer.so.10: cannot open shared object file: No such file or directory
Based on the release note, Thor’s GPU architecture (sm_110) hasn’t been added yet.
We will check with our internal team for more information and share it with you.
It is version 1.2.0.rc1 and was published October 21, 2025. env show lots of stuff including sm_110. It is arm64. I am presuming it is using torch and/or triton as the backend; it has both installed.
I was attempting to run ./examples/…/llama but it failed probably because of my old llama3.1_instruct and I already turned off my Thor. I’ll try more tomorrow.