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 ab127ac commit 2de39b1Copy full SHA for 2de39b1
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 dynamically links to a specific `libpython<X>.<Y>.so` version.
813
-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