diff --git a/genai-perf/README.md b/genai-perf/README.md index 02c6803a..333a8916 100644 --- a/genai-perf/README.md +++ b/genai-perf/README.md @@ -89,15 +89,13 @@ genai-perf --help Since GenAI-Perf depends on Perf Analyzer, you'll need to install the Perf Analyzer binary: -### Install Perf Analyzer (Ubuntu, Python 3.10+) +### Install Perf Analyzer (Ubuntu, Python 3.8+) **NOTE**: you must already have CUDA 12 installed (checkout the [CUDA installation guide](https://docs.nvidia.com/cuda/cuda-installation-guide-linux/index.html)). ```bash pip install tritonclient - -apt update && apt install -y --no-install-recommends libb64-0d libcurl4 ``` You can also build Perf Analyzer [from source](../docs/install.md#build-from-source) as well. diff --git a/templates/genai-perf-templates/README_template b/templates/genai-perf-templates/README_template index 39da14ab..48a0edc6 100644 --- a/templates/genai-perf-templates/README_template +++ b/templates/genai-perf-templates/README_template @@ -96,8 +96,6 @@ you'll need to install the Perf Analyzer binary: ```bash pip install tritonclient - -apt update && apt install -y --no-install-recommends libb64-0d libcurl4 ``` You can also build Perf Analyzer [from source](../docs/install.md#build-from-source) as well.