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 465ff70 commit 6456c3aCopy full SHA for 6456c3a
install_executorch.py
@@ -44,7 +44,6 @@ def main(args):
44
45
EXECUTORCH_BUILD_PYBIND = ""
46
CMAKE_ARGS = os.getenv("CMAKE_ARGS", "")
47
- CMAKE_BUILD_ARGS = os.getenv("CMAKE_BUILD_ARGS", "")
48
use_pytorch_nightly = True
49
50
parser = argparse.ArgumentParser()
@@ -117,7 +116,6 @@ def main(args):
117
116
# Set environment variables
118
os.environ["EXECUTORCH_BUILD_PYBIND"] = EXECUTORCH_BUILD_PYBIND
119
os.environ["CMAKE_ARGS"] = CMAKE_ARGS
120
- os.environ["CMAKE_BUILD_ARGS"] = CMAKE_BUILD_ARGS
121
122
# Run the pip install command
123
subprocess.run(
0 commit comments