Skip to content

Commit

Permalink
Update README.md (#8988)
Browse files Browse the repository at this point in the history
Missing `autoconf` installation instruction added

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
JakubPietrakIntel and pre-commit-ci[bot] committed Feb 29, 2024
1 parent a8671b1 commit bb58158
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions benchmark/inference/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
```bash
pip install ogb
```
1. Install `autoconf` required for `jemalloc` setup
```bash
sudo apt-get install autoconf
```
1. Install `jemalloc` for performance benchmark:
```bash
cd ${workspace}
Expand Down

0 comments on commit bb58158

Please sign in to comment.