We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd4596 commit bcaa898Copy full SHA for bcaa898
.ci/install-triton.sh
@@ -23,7 +23,7 @@ conda activate "$CONDA_ENV"
23
# ImportError: /opt/miniconda3/envs/tritonparse/bin/../lib/libstdc++.so.6:
24
# version `GLIBCXX_3.4.30' not found (required by /tmp/triton/python/triton/_C/libtriton.so)
25
echo "Updating libstdc++ to match system version..."
26
-conda install -y -c conda-forge libstdcxx-ng=12.3.0
+conda install -y -c conda-forge libstdcxx-ng=12.4.0
27
# Check if the update was successful
28
strings /opt/miniconda3/envs/tritonparse/lib/libstdc++.so.6 | grep GLIBCXX | tail -5
29
0 commit comments