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 8546e3e commit 4701af5Copy full SHA for 4701af5
install_executorch.py
@@ -159,7 +159,6 @@ def main(args):
159
160
EXECUTORCH_BUILD_PYBIND = ""
161
CMAKE_ARGS = os.getenv("CMAKE_ARGS", "")
162
- CMAKE_BUILD_ARGS = os.getenv("CMAKE_BUILD_ARGS", "")
163
use_pytorch_nightly = True
164
165
parser = argparse.ArgumentParser()
@@ -232,7 +231,6 @@ def main(args):
232
231
# Set environment variables
233
os.environ["EXECUTORCH_BUILD_PYBIND"] = EXECUTORCH_BUILD_PYBIND
234
os.environ["CMAKE_ARGS"] = CMAKE_ARGS
235
- os.environ["CMAKE_BUILD_ARGS"] = CMAKE_BUILD_ARGS
236
237
# Run the pip install command
238
subprocess.run(
0 commit comments