-
Notifications
You must be signed in to change notification settings - Fork 25.6k
LT tutorial [WIP] #76392
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
LT tutorial [WIP] #76392
Conversation
🔗 Helpful links
✅ No Failures (0 Pending)As of commit 258e0aa (more details on the Dr. CI page): Expand to see more💚 💚 Looks good so far! There are no failures yet. 💚 💚 This comment was automatically generated by Dr. CI (expand for details).Please report bugs/suggestions to the (internal) Dr. CI Users group. |
torch/csrc/lazy/tutorial.md
Outdated
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.
can run
torch/csrc/lazy/tutorial.md
Outdated
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.
lol. really? maybe we don't need that here, i think it digresses the main point
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.
no spiel 😢
torch/csrc/lazy/tutorial.md
Outdated
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.
if your
a non-trivial
torch/csrc/lazy/tutorial.md
Outdated
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.
cuda_kwargs?
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.
Yup, last night I made sure the model runs and trains, I'll push the fixes shortly
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.
this is great! thanks so much @Krovatkin
119daf5
to
221454c
Compare
dac246f
to
258e0aa
Compare
@pytorchbot merge this |
Hey @Krovatkin. |
@Krovatkin hey in the future, do you mind editing the commit message with something more descriptive when landing? It helps people who are monitoring master understand the changes. Thanks :) |
@Krovatkin why did you merge an issue with Work-in-progress in title? Als, please remove "Fixes #ISSUE_NUMER" if there are no issue associated with PR |
Summary: Fixes #ISSUE_NUMBER Pull Request resolved: #76392 Approved by: https://github.com/wconstab Test Plan: contbuild & OSS CI, see https://hud.pytorch.org/commit/pytorch/pytorch/a6341d2ce539cafae225705156a5534eaa54bb32 Reviewed By: malfet, mikekgfb Differential Revision: D36269306 Pulled By: Krovatkin fbshipit-source-id: c3d2553a433cd4216171c87ff23839f0bace0e98
Fixes #ISSUE_NUMBER