Skip to content

Commit dc8052e

Browse files
authored
Update windows doc for release 0.16 (#2623)
1 parent 42a7b09 commit dc8052e

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/source/installation/windows.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@
44

55
```{note}
66
The Windows release of TensorRT-LLM is currently in beta.
7-
We recommend checking out the [v0.15.0 tag](https://github.com/NVIDIA/TensorRT-LLM/releases/tag/v0.15.0) for the most stable experience.
7+
We recommend checking out the [v0.16.0 tag](https://github.com/NVIDIA/TensorRT-LLM/releases/tag/v0.16.0) for the most stable experience.
8+
```
9+
10+
```{note}
11+
TensorRT-LLM on Windows only supports single-GPU execution.
812
```
913

1014
**Prerequisites**
@@ -52,7 +56,7 @@ We recommend checking out the [v0.15.0 tag](https://github.com/NVIDIA/TensorRT-L
5256
before installing TensorRT-LLM with the following command.
5357

5458
```bash
55-
pip install tensorrt_llm==0.15.0 --extra-index-url https://download.pytorch.org/whl/
59+
pip install tensorrt_llm==0.16.0 --extra-index-url https://download.pytorch.org/whl/
5660
```
5761

5862
Run the following command to verify that your TensorRT-LLM installation is working properly.
@@ -75,3 +79,4 @@ and retry. Check the system path to make sure the latest version installed in `S
7579
2. OSError: [WinError 126] The specified module could not be found. Error loading “...\Lib\site-packages\torch\lib\fbgemm.dll” or one of its dependencies.
7680

7781
Installing the latest [Build Tools for Visual Studio 2022] (https://visualstudio.microsoft.com/downloads/#build-tools-for-visual-studio-2022) will resolve the issue.
82+

0 commit comments

Comments
 (0)