Skip to content

Commit 425dee1

Browse files
committed
let triton run use system's libstdc++
1 parent ae9ec9c commit 425dee1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.ci/install-triton.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ fi
1818
source /opt/miniconda3/etc/profile.d/conda.sh
1919
conda activate "$CONDA_ENV"
2020

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+
2125
# Uninstall existing pytorch-triton
2226
echo "Uninstalling existing pytorch-triton..."
2327
pip uninstall -y pytorch-triton || true

0 commit comments

Comments
 (0)