Skip to content

Commit

Permalink
fix: export USE_CXX11_ABI=1 for cuda12.6 (#3319)
Browse files Browse the repository at this point in the history
  • Loading branch information
zewenli98 authored Dec 12, 2024
1 parent e3ec185 commit a945aeb
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion packaging/env_vars.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
export CI_BUILD="1"
export RELEASE="1"
export RELEASE="1"
if [ $CU_VERSION == "cu126" ]; then
export USE_CXX11_ABI="1"
else
export USE_CXX11_ABI="0"
fi

0 comments on commit a945aeb

Please sign in to comment.