mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-22 11:42:41 +08:00
8 lines
225 B
Bash
8 lines
225 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
|
|
pip uninstall -y polygraphy
|
|
pip install ${RELEASE_URL_PG}
|