TensorRT-LLMs/windows
Kaiyu Xie 3aa6b11d13
Update TensorRT-LLM (#2936)
* Update TensorRT-LLM

---------

Co-authored-by: changcui <cuichang147@gmail.com>
2025-03-18 21:25:19 +08:00
..
docker Update TensorRT-LLM (#1598) 2024-05-14 16:43:41 +08:00
examples/llama Update TensorRT-LLM (#2936) 2025-03-18 21:25:19 +08:00
destruct_env.ps1 Update TensorRT-LLM (#1554) 2024-05-07 23:34:28 +08:00
README.md Update TensorRT-LLM (#1688) 2024-05-28 20:07:49 +08:00
setup_build_env.ps1 Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00
setup_env.ps1 Update TensorRT-LLM (#2755) 2025-02-11 03:01:00 +00:00

TensorRT-LLM for Windows

  The Windows release of TensorRT-LLM is currently in beta.
  We recommend checking out the [v0.10.0 tag](https://github.com/NVIDIA/TensorRT-LLM/releases/tag/v0.10.0) for the most stable experience.

TensorRT-LLM is supported on bare-metal Windows for single-GPU inference. The release supports GeForce 40-series GPUs.

The release wheel for Windows can be installed with pip. Alternatively, you can build TensorRT-LLM for Windows from the source. Building from the source is an advanced option and is not necessary for building or running LLM engines. It is, however, required if you plan to use the C++ runtime directly or run C++ benchmarks.

Getting Started

To get started with TensorRT-LLM on Windows, visit our documentation: