Skip to content

Commit d39f268

Browse files
Minor Doc updates
Signed-off-by: Keval Morabia <[email protected]>
1 parent 7832b15 commit d39f268

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,10 @@ pip install -e .[dev]
7575
```
7676

7777
You can also directly use the [TensorRT-LLM docker images](https://catalog.ngc.nvidia.com/orgs/nvidia/teams/tensorrt-llm/containers/release/tags)
78-
(e.g., `nvcr.io/nvidia/tensorrt-llm/release:<version>`),
79-
which have Model Optimizer pre-installed. Visit our [installation guide](https://nvidia.github.io/TensorRT-Model-Optimizer/getting_started/2_installation.html) for more fine-grained control on installed dependencies or for alternative docker images and environment variables to setup.
78+
(e.g., `nvcr.io/nvidia/tensorrt-llm/release:<version>`), which have Model Optimizer pre-installed.
79+
Make sure to upgrade Model Optimizer to the latest version using ``pip`` as described above.
80+
Visit our [installation guide](https://nvidia.github.io/TensorRT-Model-Optimizer/getting_started/2_installation.html) for
81+
more fine-grained control on installed dependencies or for alternative docker images and environment variables to setup.
8082

8183
## Techniques
8284

docs/source/getting_started/_installation_for_Linux.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Environment setup
3434
`TensorRT-LLM docker image <https://catalog.ngc.nvidia.com/orgs/nvidia/teams/tensorrt-llm/containers/release/tags>`_,
3535
e.g., ``nvcr.io/nvidia/tensorrt-llm/release:<version>``.
3636

37-
You may upgrade the Model Optimizer to the latest version if not already as described in the next section.
37+
Make sure to upgrade Model Optimizer to the latest version using ``pip`` as described in the next section.
3838

3939
You would also need to setup appropriate environment variables for the TensorRT binaries as follows:
4040

0 commit comments

Comments
 (0)