Skip to content

Commit 4c70caf

Browse files
authored
Add Windows NvTensorRtRtx build section to GenAI documentation (#26157)
Add Windows NvTensorRtRtx build section to GenAI documentation
1 parent 9a6b1e1 commit 4c70caf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/genai/howto/build-from-source.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,12 @@ python build.py --config Release
4848
python build.py --use_dml --config Release
4949
```
5050

51+
#### Windows NvTensorRtRtx build
52+
53+
```bash
54+
python build.py --use_trt_rtx --config Release --cuda_home <cuda_path>
55+
```
56+
5157
#### Linux build
5258

5359
```bash

0 commit comments

Comments
 (0)