-
Notifications
You must be signed in to change notification settings - Fork 308
Update install matrix for PT 1.0 #133
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 install matrix for PT 1.0 #133
Conversation
Deploy preview for infallible-bhabha-cf3724 ready! Built with commit 9897cbd https://deploy-preview-133--infallible-bhabha-cf3724.netlify.com |
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.
Hard to get all of those cu92 -> cu100 changes! Hopefully in the review I call them all out.
_get_started/installation/windows.md
Outdated
|
||
```bash | ||
conda install pytorch cuda92 -c pytorch | ||
conda install pytorch cuda10.0 -c pytorch |
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.
_get_started/installation/windows.md
Outdated
pip3 install torchvision | ||
``` | ||
|
||
``` | ||
# Python 3.6 | ||
pip3 install http://download.pytorch.org/whl/cu92/torch-0.4.1-cp36-cp36m-win_amd64.whl | ||
pip3 install http://download.pytorch.org/whl/cu92/torch-1.0.0-cp36-cp36m-win_amd64.whl |
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.
Should this now be cu92 -> cu100
?
_get_started/installation/linux.md
Outdated
``` | ||
|
||
```bash | ||
# Python 3.5 | ||
pip3 install http://download.pytorch.org/whl/cu92/torch-0.4.1-cp35-cp35m-linux_x86_64.whl | ||
pip3 install http://download.pytorch.org/whl/cu92/torch-1.0.0-cp35-cp35m-linux_x86_64.whl |
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.
Should this now be cu92 -> cu100
?
pip3 install torchvision | ||
``` | ||
|
||
```bash | ||
# Python 3.6 | ||
pip3 install http://download.pytorch.org/whl/cu92/torch-0.4.1-cp36-cp36m-linux_x86_64.whl | ||
pip3 install http://download.pytorch.org/whl/cu92/torch-1.0.0-cp36-cp36m-linux_x86_64.whl | ||
pip3 install torchvision |
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.
Should this now be cu92 -> cu100
?
assets/quick-start-module.js
Outdated
"preview,pip,windows,cuda9.2,python3.5": | ||
"# Preview Build Not Yet Available on Windows.", | ||
"preview,pip,windows,cuda10.0,python3.5": | ||
"pip install numpy torchvision_nightly<br />pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cu92/torch_nightly.html", |
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.
Should this now be cu92 -> cu100
?
assets/quick-start-module.js
Outdated
"preview,pip,windows,cuda9.2,python3.6": | ||
"# Preview Build Not Yet Available on Windows.", | ||
"preview,pip,windows,cuda10.0,python3.6": | ||
"pip install numpy torchvision_nightly<br />pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cu92/torch_nightly.html", |
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.
Should this now be cu92 -> cu100
?
assets/quick-start-module.js
Outdated
"preview,pip,windows,cuda9.2,python3.7": | ||
"# Preview Build Not Yet Available on Windows.", | ||
"preview,pip,windows,cuda10.0,python3.7": | ||
"pip install numpy torchvision_nightly<br />pip install torch_nightly -f https://download.pytorch.org/whl/nightly/cu92/torch_nightly.html", |
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.
Should this now be cu92 -> cu100
?
assets/quick-start-module.js
Outdated
@@ -790,20 +784,20 @@ function commandMessage(key) { | |||
"preview,libtorch,linux,cuda9.0,cplusplus": | |||
"Download here: <br/><a href='https://download.pytorch.org/libtorch/nightly/cu90/libtorch-shared-with-deps-latest.zip'>https://download.pytorch.org/libtorch/nightly/cu90/libtorch-shared-with-deps-latest.zip</a>", | |||
|
|||
"preview,libtorch,linux,cuda9.2,cplusplus": | |||
"preview,libtorch,linux,cuda10.0,cplusplus": | |||
"Download here: <br/><a href='https://download.pytorch.org/libtorch/nightly/cu92/libtorch-shared-with-deps-latest.zip'>https://download.pytorch.org/libtorch/nightly/cu92/libtorch-shared-with-deps-latest.zip</a>", |
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.
Should this now be cu92 -> cu100
?
assets/quick-start-module.js
Outdated
"preview,libtorch,macos,cuda9.2,cplusplus": | ||
"# Currently only available CPU-only / no CUDA.", | ||
"preview,libtorch,macos,cuda10.0,cplusplus": | ||
"Download here: <br/><a href='https://download.pytorch.org/libtorch/nightly/cu92/libtorch-macos-latest.zip'>https://download.pytorch.org/libtorch/nightly/cpu/libtorch-macos-latest.zip</a>", |
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.
Should this now be cu92 -> cu100
?
@orionr Great catches! Fixed. |
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.
Only one last nit change. Looks good!
No description provided.