Skip to content

Commit 8048bc7

Browse files
committed
Remove unrelated copy/paste comments
1 parent ed96ae3 commit 8048bc7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packaging/env_var_script_linux.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@
77
# This file is sourced into the environment before building a pip wheel. It
88
# should typically only contain shell variable assignments. Be sure to export
99
# any variables so that subprocesses will see them.
10-
11-
# Enable pybindings so that users can execute ExecuTorch programs from python.
1210
if [[ ${CHANNEL:-nightly} == "nightly" ]]; then
1311
export TORCHAO_NIGHTLY=1
1412
fi

0 commit comments

Comments
 (0)