Skip to content

Commit

Permalink
Update docs to no longer require apt installing libb64
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkotila committed Oct 23, 2024
1 parent 0c589f8 commit 8f900c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions genai-perf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 0 additions & 2 deletions templates/genai-perf-templates/README_template
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8f900c3

Please sign in to comment.