mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-01-30 07:33:48 +08:00
* TensorRT-LLM Release 0.10.0 --------- Co-authored-by: Loki <lokravi@amazon.com> Co-authored-by: meghagarwal <16129366+megha95@users.noreply.github.com>
6 lines
54 B
Bash
6 lines
54 B
Bash
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
pip3 install polygraphy==0.49.9
|