From 723b5f92f13ef23e9bbdba0dd1a27aa726cb72db Mon Sep 17 00:00:00 2001 From: Matthew Kotila Date: Wed, 23 Oct 2024 17:03:17 -0700 Subject: [PATCH] Update docs to no longer require apt installing libb64 (#150) --- genai-perf/README.md | 2 -- templates/genai-perf-templates/README_template | 4 +--- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/genai-perf/README.md b/genai-perf/README.md index 02c6803a..5e5138b7 100644 --- a/genai-perf/README.md +++ b/genai-perf/README.md @@ -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. diff --git a/templates/genai-perf-templates/README_template b/templates/genai-perf-templates/README_template index 39da14ab..15a7d1ee 100644 --- a/templates/genai-perf-templates/README_template +++ b/templates/genai-perf-templates/README_template @@ -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.8+) +### Install Perf Analyzer (Ubuntu, Python 3.10+) **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.