TensorRT-LLMs/benchmarks
2024-08-29 17:25:07 +08:00
..
cpp TensorRT-LLM v0.12 Update (#2164) 2024-08-29 17:25:07 +08:00
python TensorRT-LLM v0.12 Update (#2164) 2024-08-29 17:25:07 +08:00
README.md TensorRT-LLM v0.12 Update (#2164) 2024-08-29 17:25:07 +08:00
Suite.md TensorRT-LLM v0.12 Update (#2164) 2024-08-29 17:25:07 +08:00

TensorRT-LLM Benchmarks

Overview

There are currently three workflows to benchmark TensorRT-LLM:

  • C++ benchmarks
    • The recommended workflow that uses TensorRT-LLM C++ API and can take advantage of the latest features of TensorRT-LLM.
  • Python benchmarks
    • The Python benchmarking scripts can only benchmark the Python runtime, which do not support the latest features, such as in-flight batching.
  • The Python benchmarking suite
    • This benchmarking suite is a current work in progress and is prone to large changes.