We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 958c8c9 commit d84bb57Copy full SHA for d84bb57
README.md
@@ -809,8 +809,8 @@ Python version is different from Python 3.10 which is shipped by
809
default in the Triton containers.**
810
811
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
+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
814
different version from the default Python backend stub, you need to compile
815
your own Python backend stub by following the steps below:
816
0 commit comments