mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-13 22:18:36 +08:00
Signed-off-by: nv-guomingz <137257613+nv-guomingz@users.noreply.github.com> Signed-off-by: Wangshanshan <30051912+dominicshanshan@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| cpp | ||
| README.md | ||
TensorRT-LLM Benchmarks
Overview
There are currently two workflows to benchmark TensorRT-LLM:
trtllm-benchtrtllm-benchis native to TensorRT-LLM and is a Python benchmarker for reproducing and testing the performance of TensorRT-LLM.- NOTE: This benchmarking suite is a current work in progress and is prone to large changes.
- C++ benchmarks
- The recommended workflow that uses TensorRT-LLM C++ API and can take advantage of the latest features of TensorRT-LLM.