-
Notifications
You must be signed in to change notification settings - Fork 224
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
Sparsity getting started docs #1592
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/1592
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 227fe3c with merge base 5d1444b ( This comment was automatically generated by Dr. CI and updates every 15 minutes. |
model = model.cuda() | ||
sparsify_(model, block_sparse_weight()) | ||
|
||
Goal |
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.
I think everything before this can stay in the README, everything below makes sense for docs.
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.
Ok. I think we can still add the supported APIs in api ref, even the prototype ones. #1590
docs/source/index.rst
Outdated
|
||
contributor_guide | ||
sparsity.rst |
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.
I think you don't need .rst here
f58da4d
to
9b19e79
Compare
c8dd9b2
to
cf9694e
Compare
3851017
to
227fe3c
Compare
Sparsity section in getting started