-
Notifications
You must be signed in to change notification settings - Fork 245
Update README #187
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
Update README #187
Conversation
721d6d7
to
96ba718
Compare
|
||
1. From PyPI: | ||
Stable Release |
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.
We also have nightlies (https://pypi.org/project/torchao-nightly/)
README.md
Outdated
# perform autoquantization | ||
torchao.autoquant(model, (input)) | ||
|
||
# compile the model to improve performance |
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 required. without it it'll be guaranteed to be slower.
model(input) | ||
``` | ||
|
||
### Sparsity |
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.
cc @jcaip
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.
Great! See inline comments.
* Update README * yolo * yolo * Update README.md * yolo * yolo * yolo
Note: I couldn't figure out where our int4 kernels are