We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7adf848 commit f713839Copy full SHA for f713839
docker/Dockerfile
@@ -25,8 +25,7 @@ RUN cd /usr/local/lib/python3.10/dist-packages/tensorrt_llm/libs && ln -s libnvi
25
ENV LD_LIBRARY_PATH=/usr/local/lib/python3.10/dist-packages/tensorrt_llm/libs:$LD_LIBRARY_PATH
26
27
# ModelOpt installation with all optional dependencies.
28
-ARG MODELOPT_VERSION=0.17.0
29
-RUN pip install "nvidia-modelopt[all]~=$MODELOPT_VERSION" -U
+RUN pip install "nvidia-modelopt[all]" -U
30
RUN python -c "import modelopt"
31
32
# Export the path to 'libcudnn.so.X' needed by 'libonnxruntime_providers_tensorrt.so'
0 commit comments