From a2b791214e6207361a4993a0e26fbf8d8f0e1626 Mon Sep 17 00:00:00 2001 From: Elias Bermudez Date: Fri, 20 Dec 2024 16:52:21 -0800 Subject: [PATCH] Updated headers and wording around installation --- genai-perf/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/genai-perf/README.md b/genai-perf/README.md index 3a52ff45..d670c16e 100644 --- a/genai-perf/README.md +++ b/genai-perf/README.md @@ -74,7 +74,7 @@ INSTALLATION ## Installation The easiest way to install GenAI-Perf is through pip. -### Install Perf Analyzer (Ubuntu 24.04, Python 3.10+) +### Install GenAI-Perf (Ubuntu 24.04, Python 3.10+) ```bash pip install genai-perf @@ -88,14 +88,14 @@ pip install genai-perf [Triton Server SDK container](https://ngc.nvidia.com/catalog/containers/nvidia:tritonserver) -Install the latest release using the following command: +Pull the latest release using the following command: ```bash export RELEASE="24.10" docker run -it --net=host --gpus=all nvcr.io/nvidia/tritonserver:${RELEASE}-py3-sdk -# Check out genai_perf command inside the container: +# Validate the genai-perf command works inside the container: genai-perf --help ```