Skip to content

Commit 1debbd8

Browse files
authored
Improve the note on Python packages and conda (triton-inference-server#56)
1 parent 0672281 commit 1debbd8

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -292,12 +292,16 @@ models
292292
Python backend shipped in the [NVIDIA GPU Cloud](https://ngc.nvidia.com/)
293293
containers uses Python 3.8. Changing your environment using
294294
[conda](https://conda.io) or [virtualenv](https://virtualenv.pypa.io/) does not
295-
make Python backend to use the new environment. To change the Python interpreter
296-
used by Python backend, you need to rebuild the backend from source while the
297-
Python environment is activated. The instructions for building the backend from
298-
source are included in the
295+
make Python backend to use the Python Interpreter in the activated environment. To
296+
change the Python interpreter used by Python backend, you need to rebuild the
297+
backend from source while the Python environment is activated. The instructions for
298+
building the backend from source are included in the
299299
[building from source](https://github.com/triton-inference-server/python_backend#building-from-source) section.
300300

301+
Note that if the Python version matches the Python version available inside the container,
302+
the packages installed in [conda](https://conda.io) or [virtualenv](https://virtualenv.pypa.io/)
303+
will be picked up by Python backend.
304+
301305
## Error Handling
302306

303307
If there is an error that affects the `initialize`, `execute`, or `finalize`

0 commit comments

Comments
 (0)