Skip to content

Commit

Permalink
Review comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabrizian committed Aug 28, 2024
1 parent ab127ac commit 229d21a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -809,8 +809,8 @@ Python version is different from Python 3.10 which is shipped by
default in the Triton containers.**

Python backend uses a *stub* process to connect your `model.py` file to the
Triton C++ core. This stub process dynamically links to a specific `libpython<X>.<Y>.so` version.
If you intend to use a Python interpreter with
Triton C++ core. This stub process dynamically links to a specific
`libpython<X>.<Y>.so` version. If you intend to use a Python interpreter with
different version from the default Python backend stub, you need to compile
your own Python backend stub by following the steps below:

Expand Down

0 comments on commit 229d21a

Please sign in to comment.