File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -292,12 +292,16 @@ models
292292Python backend shipped in the [ NVIDIA GPU Cloud] ( https://ngc.nvidia.com/ )
293293containers 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
303307If there is an error that affects the ` initialize ` , ` execute ` , or ` finalize `
You can’t perform that action at this time.
0 commit comments