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 ae9ec9c commit 425dee1Copy full SHA for 425dee1
.ci/install-triton.sh
@@ -18,6 +18,10 @@ fi
18
source /opt/miniconda3/etc/profile.d/conda.sh
19
conda activate "$CONDA_ENV"
20
21
+# Set environment to use system libstdc++
22
+echo "Setting environment to use system libstdc++..."
23
+export LD_LIBRARY_PATH="/usr/lib/x86_64-linux-gnu:$LD_LIBRARY_PATH"
24
+
25
# Uninstall existing pytorch-triton
26
echo "Uninstalling existing pytorch-triton..."
27
pip uninstall -y pytorch-triton || true
0 commit comments