Skip to content

Commit

Permalink
Improve the documentation for custom Python backend stubs
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabrizian authored Aug 28, 2024
1 parent 958c8c9 commit ab127ac
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 has an embedded Python interpreter with
a fixed Python 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 ab127ac

Please sign in to comment.