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 ed96ae3 commit 8048bc7Copy full SHA for 8048bc7
packaging/env_var_script_linux.sh
@@ -7,8 +7,6 @@
7
# This file is sourced into the environment before building a pip wheel. It
8
# should typically only contain shell variable assignments. Be sure to export
9
# any variables so that subprocesses will see them.
10
-
11
-# Enable pybindings so that users can execute ExecuTorch programs from python.
12
if [[ ${CHANNEL:-nightly} == "nightly" ]]; then
13
export TORCHAO_NIGHTLY=1
14
fi
0 commit comments