Skip to content

Commit

Permalink
remove upgrade arg in tensorrt-llm installation
Browse files Browse the repository at this point in the history
  • Loading branch information
shashikg committed Jan 27, 2024
1 parent fb62b31 commit a8fe614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_tensorrt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ pip3 install /tmp/mpi4py-${MPI4PY_VERSION}
rm -rf /tmp/mpi4py*

echo "----------------[ Installing TensorRT-LLM ]----------------"
pip3 install tensorrt_llm==0.8.0.dev2024012301 -U --extra-index-url https://pypi.nvidia.com
pip3 install tensorrt_llm==0.8.0.dev2024012301 --extra-index-url https://pypi.nvidia.com

0 comments on commit a8fe614

Please sign in to comment.