-
Notifications
You must be signed in to change notification settings - Fork 185
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 installation Docs #459
Conversation
🔗 Helpful Links🧪 See artifacts and rendered test results at hud.pytorch.org/pr/pytorch/ao/459
Note: Links to docs will display an error until the docs builds have been completed. ✅ No FailuresAs of commit 830f374 with merge base c2f9b84 (): This comment was automatically generated by Dr. CI and updates every 15 minutes. |
README.md
Outdated
@@ -83,15 +83,17 @@ A key design principle for us is composability as in any new dtype or layout we | |||
### Installation | |||
`torchao` makes liberal use of several new features in Pytorch, it's recommended to use it with the current nightly or latest stable version of PyTorch. | |||
|
|||
Stable release from Pypi which will default to PyTorch 2.3.1 and CUDA 12.1 | |||
Install the torch version you want from https://pytorch.org/ |
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.
will any torch version work? The previous line suggests current nightly or latest stable. Can we add that explicitly here (and maybe remove that line)
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.
made this clearer now
* Update installation * Update README.md * Update README.md * Update README.md
We now no longer have a torch dependency and we have our binaries on the prod index