Skip to content

Commit

Permalink
Updated headers and wording around installation
Browse files Browse the repository at this point in the history
  • Loading branch information
debermudez committed Dec 21, 2024
1 parent 89b1e85 commit a2b7912
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions genai-perf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```

Expand Down

0 comments on commit a2b7912

Please sign in to comment.