Skip to content

Commit d84bb57

Browse files
authored
Improve the documentation for custom Python backend stubs (#377)
* Improve the documentation for custom Python backend stubs * Review comment
1 parent 958c8c9 commit d84bb57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -809,8 +809,8 @@ Python version is different from Python 3.10 which is shipped by
809809
default in the Triton containers.**
810810

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

0 commit comments

Comments
 (0)