# TensorRT-LLM for Windows ```{note} 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: - [Installation Guide for Windows](https://nvidia.github.io/TensorRT-LLM/installation/windows.html) - [Release Notes](https://nvidia.github.io/TensorRT-LLM/release-notes.html) - [Quick Start Guide](https://nvidia.github.io/TensorRT-LLM/quick-start-guide.html) - [Supported Hardware, Models, and other Software](https://nvidia.github.io/TensorRT-LLM/reference/support-matrix.html) - [Source build on Windows](https://nvidia.github.io/TensorRT-LLM/installation/build-from-source-windows.html)