Skip to content

Commit

Permalink
Update modelopt to 0.17.0
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Lasek <janek.lasek@gmail.com>
  • Loading branch information
janekl committed Sep 26, 2024
1 parent 835deb6 commit 3284340
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.ci
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN pip install nemo_run@git+https://github.com/NVIDIA/NeMo-Run.git@${NEMU_RUN_T

# Install NeMo requirements
ARG TE_TAG=7d576ed25266a17a7b651f2c12e8498f67e0baea
ARG MODELOPT_VERSION=0.15.0
ARG MODELOPT_VERSION=0.17.0
ARG MCORE_TAG=core_r0.9.0
ARG APEX_TAG=810ffae374a2b9cb4b5c5e28eaeca7d7998fca0c
RUN \
Expand Down
2 changes: 1 addition & 1 deletion docs/source/starthere/intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ This final step involves installing the TensorRT Model Optimizer package.

.. code-block:: bash
pip install nvidia-modelopt[torch]~=0.15.0 --extra-index-url https://pypi.nvidia.com
pip install nvidia-modelopt[torch]~=0.17.0 --extra-index-url https://pypi.nvidia.com
.. code-block:: bash
Expand Down

0 comments on commit 3284340

Please sign in to comment.