We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd0e584 commit 57a09f4Copy full SHA for 57a09f4
install_executorch.py
@@ -43,7 +43,6 @@ def main(args):
43
44
EXECUTORCH_BUILD_PYBIND = ""
45
CMAKE_ARGS = os.getenv("CMAKE_ARGS", "")
46
- CMAKE_BUILD_ARGS = os.getenv("CMAKE_BUILD_ARGS", "")
47
use_pytorch_nightly = True
48
49
parser = argparse.ArgumentParser()
@@ -116,7 +115,6 @@ def main(args):
116
115
# Set environment variables
117
os.environ["EXECUTORCH_BUILD_PYBIND"] = EXECUTORCH_BUILD_PYBIND
118
os.environ["CMAKE_ARGS"] = CMAKE_ARGS
119
- os.environ["CMAKE_BUILD_ARGS"] = CMAKE_BUILD_ARGS
120
121
# Run the pip install command
122
subprocess.run(
0 commit comments