I’ve update Jetpack to 7.1 and followed the official TensorRT Edge-LLM quick start guide to convert and run the Qwen3-0.6B model on Jetson Thor with the standalone C++ runtime (using engine files). I want to serve the same TensorRT-LLM engines using NVIDIA Triton Inference Server and measure the inference speed to compare against a vLLM docker image setup.
So far I understand:
I can export ONNX and build TensorRT engines on Jetson Thor using the TensorRT-Edge-LLM repo and tools.
But I’m unsure how to prepare a Triton model repository + config for those engines and run Triton server with the TensorRT-LLM backend.
Questions:
Is there a recommended workflow/tutorial for using Triton Inference Server + TensorRT-LLM backend for my engine files?
Any example of model repository structure + config.pbtxt for Qwen or similar models?
How to benchmark / measure inference speed properly (e.g., throughput, latency) between Triton serving and a standalone vLLM container?
I found that DGX_Spark can use the tutorial to run openwebui to support tensorrtllm.And luckily I have one for test(I‘ve tried last week and found it available.TRT LLM for Inference | DGX Spark).Can thor also use “trtserve” command to run tensorrt-model on Open AI compliant API?Btw,how can I test the speed on it?I need the help of this.Thank you!
Thank you for your prompt reply. I will try the approach you mentioned as soon as possible.
In addition, I look forward to seeing more practical and interesting application tutorials for Jetson Thor in the near future or over the coming months, which could be demonstrated to users for hands-on practice.
Thanks again.