-
Notifications
You must be signed in to change notification settings - Fork 24.3k
Fix IdentationError of code example #145251
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
update support table and prerequiste for binaries and build from source
Co-authored-by: Nikita Shulga <2453524+malfet@users.noreply.github.com>
Co-authored-by: Nikita Shulga <2453524+malfet@users.noreply.github.com>
Co-authored-by: Nikita Shulga <2453524+malfet@users.noreply.github.com>
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/145251
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 f84b236 with merge base 00ffeca ( 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 "topic: not user facing" |
@pytorchbot merge |
Merge startedYour change will be merged once all checks pass (ETA 0-4 Hours). Learn more about merging in the wiki. Questions? Feedback? Please reach out to the PyTorch DevX Team |
@pytorchbot cherry-pick --onto release/2.6 -c docs |
I found there is IndentationError when try to copy paste the example of inference with torch.compile fix the format in this pr Pull Request resolved: #145251 Approved by: https://github.com/mikaylagawarecki Co-authored-by: Nikita Shulga <2453524+malfet@users.noreply.github.com> (cherry picked from commit fef92c9)
Cherry picking #145251The cherry pick PR is at #145525 The following tracker issues are updated: Details for Dev Infra teamRaised by workflow job |
Fix IdentationError of code example (#145251) I found there is IndentationError when try to copy paste the example of inference with torch.compile fix the format in this pr Pull Request resolved: #145251 Approved by: https://github.com/mikaylagawarecki Co-authored-by: Nikita Shulga <2453524+malfet@users.noreply.github.com> (cherry picked from commit fef92c9) Co-authored-by: Zheng, Zhaoqiong <zhaoqiong.zheng@intel.com>
I found there is IndentationError when try to copy paste the example of inference with torch.compile
fix the format in this pr