Skip to content

Commit 2de39b1

Browse files
committed
Review comment
1 parent ab127ac commit 2de39b1

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 dynamically links to a specific `libpython<X>.<Y>.so` version.
813-
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)