-
Notifications
You must be signed in to change notification settings - Fork 598
Added docs for setting up executorch on windows #11273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/executorch/11273
Note: Links to docs will display an error until the docs builds have been completed. ✅ You can merge normally! (1 Unrelated Failure)As of commit 21e2e99 with merge base ceaf147 ( FLAKY - The following job failed but was likely due to flakiness present on trunk:
This comment was automatically generated by Dr. CI and updates every 15 minutes. |
@pytorchbot label "release notes: none" |
@GregoryComer @SS-JIA Feel free to tag anyone else as well to help review this draft on Windows Doc |
Why is this a completely different page? Can we do cards where you can toggle between different codeblocks based on platform See https://docs.pytorch.org/torchrec/setup-torchrec.html#installation as an example where you can toggle based (pypi, nightly, build from source) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome stuff!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See my previous comment
cc @SS-JIA
@nil-is-all I'll defer to Mergen's preference on where to put this. Can you take a look at trying to integrate into the existing Building from Source page? The code is in using-executorch-building-from-source.md. We can probably just add a Windows section initially, and we can look at maybe integrating sphinx-tabs or something eventually. There's enough Windows specific steps that I'm fine with having a dedicated windows heading for now. |
1) Changed MV2 intro to "uses the MobileNet v2 model to classify images." since current runner doesn't have camera integration 2) reworded conda env setup 3) added escape character for backslashes 4) mentioned MV2 model output values represent class scores
@GregoryComer I reflected the smaller edits you mentioned. Will work on integrating into the Building from Source page as a section. |
Added as a section in using-executorch-building-from-source.md
@mergennachin, @GregoryComer Added as a section under using-executorch-building-from-source.md |
Summary
First documentation for setting up ExecuTorch for Windows and exporting MobileNet V2 model and executing.
This version works only on Windows Powershell on admin mode.