TensorRT-LLMs/docker/common/install_polygraphy.sh
石晓伟 59f41c067d
Update TensorRT-LLM (#708)
* Update TensorRT-LLM

* update

* Bump version to 0.7.0
2023-12-20 16:38:28 +08:00

8 lines
227 B
Bash

#!/bin/bash
set -ex
RELEASE_URL_PG=https://developer.nvidia.com/downloads/compute/machine-learning/tensorrt/secure/9.0.1/tars/polygraphy-0.48.1-py2.py3-none-any.whl
pip3 uninstall -y polygraphy
pip3 install ${RELEASE_URL_PG}