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 614ced3 commit 5192049Copy full SHA for 5192049
install_executorch.py
@@ -179,8 +179,6 @@ def main(args):
179
# latest PT commit otherwise
180
use_pytorch_nightly = False
181
182
- install_requirements(use_pytorch_nightly)
183
-
184
# If --pybind is not set explicitly for backends (e.g., --pybind xnnpack)
185
# or is not turned off explicitly (--pybind off)
186
# then install XNNPACK by default.
@@ -207,6 +205,8 @@ def main(args):
207
205
# Check if the required submodules are present and update them if not
208
206
check_and_update_submodules()
209
+ install_requirements(use_pytorch_nightly)
+
210
# Run the pip install command
211
subprocess.run(
212
[
0 commit comments