Skip to content

Commit b507a1a

Browse files
authored
Add a note on the GLIBCXX_3.4.30 not found issue when using custom execution env (triton-inference-server#280)
1 parent c4b3e63 commit b507a1a

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -800,6 +800,15 @@ may use dependencies that are not available in the Triton container that you are
800800
using for deployment. For example, compiling the Python backend stub on an OS
801801
other 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

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

0 commit comments

Comments
 (0)