File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -800,6 +800,15 @@ may use dependencies that are not available in the Triton container that you are
800800using for deployment. For example, compiling the Python backend stub on an OS
801801other than Ubuntu 22.04 can lead to unexpected errors.
802802
803+ 7 . If you encounter the "GLIBCXX_3.4.30 not found" error during runtime, we
804+ recommend upgrading your conda version and installing ` libstdcxx-ng=12 ` by
805+ running ` conda install -c conda-forge libstdcxx-ng=12 -y ` . If this solution does
806+ not resolve the issue, please feel free to open an issue on the
807+ [ GitHub issue page] ( https://github.com/triton-inference-server/server/issues )
808+ following the provided
809+ [ instructions] ( https://github.com/triton-inference-server/server#reporting-problems-asking-questions ) .
810+
811+
803812## Error Handling
804813
805814If there is an error that affects the ` initialize ` , ` execute ` , or ` finalize `
You can’t perform that action at this time.
0 commit comments