Skip to content

Commit

Permalink
Downgrade patchelf version from 0.18.0 to 0.17.2 due to patchelf regr…
Browse files Browse the repository at this point in the history
…ession

Patchelf shipped a regression in 0.18.0 and has since yanked the pypi release pointing to
0.17.2 as the most recent version. However, 0.18.0 is still the version shipped in both the apt and yum
repositories, thus we must use pip to install the version we want.
See mayeut/patchelf-pypi#87
  • Loading branch information
nv-kmcgill53 committed Jan 21, 2025
1 parent 0a66a4c commit 8b86df8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@ explicitly provided, the default value for this option is 4.
Use a recent cmake to build. First install the required dependencies.

```
$ apt-get install patchelf rapidjson-dev
$ apt-get install rapidjson-dev python3-pip
$ pip3 install patchelf==0.17.2
```

The backend can be built to support TensorFlow 2.x. Starting from 23.04, Triton
Expand Down

0 comments on commit 8b86df8

Please sign in to comment.