Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Dec 11, 2024
1 parent bbf0785 commit b46f57a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/scripts/validate_binaries.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ else
eval $INSTALLATION

pushd ${PWD}/.ci/pytorch/

if [[ ${MATRIX_GPU_ARCH_VERSION} == "12.6" ]]; then
export DESIRED_DEVTOOLSET="cxx11-abi"
fi

if [[ ${TARGET_OS} == 'linux' ]]; then
export CONDA_LIBRARY_PATH="$(dirname $(which python))/../lib"
export LD_LIBRARY_PATH=$CONDA_LIBRARY_PATH:$LD_LIBRARY_PATH
Expand Down

0 comments on commit b46f57a

Please sign in to comment.