Skip to content
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

linux python3.6 pip install command wrong #2243

Closed
sshuair opened this issue Jul 29, 2017 · 2 comments
Closed

linux python3.6 pip install command wrong #2243

sshuair opened this issue Jul 29, 2017 · 2 comments

Comments

@sshuair
Copy link

sshuair commented Jul 29, 2017

the official site install instruction wrong:

  • OS : linux
  • Package Manager : pip
  • Python: 3.6
  • CUDA: None

and the Run this command is:

pip install http://download.pytorch.org/whl/cu75/torch-0.1.12.post2-cp36-cp36m-linux_x86_64.whl 
pip install torchvision

It's a GPU version not CPU version.

Hope fix it.

2017-07-29 10 28 00

@cdluminate
Copy link
Contributor

+1. The GPU version ships many big blobs such as libcudnn and MKL etc.
Providing a pure CPU version may decrease the whl package size significantly.

@soumith soumith added this to Uncategorized in Issue Status Aug 23, 2017
@soumith
Copy link
Member

soumith commented Aug 30, 2017

@sshuair we provide one package that has everything and supports GPU and CPU. This is better and consistent packaging in our opinion. This is not a typo/mistake.

@soumith soumith closed this as completed Aug 30, 2017
@soumith soumith removed this from Uncategorized in Issue Status Aug 31, 2017
zou3519 pushed a commit to zou3519/pytorch that referenced this issue Mar 30, 2018
* Fix useless opset_import in onnx

* Set the default ir version in make_model

* Use the target_opset_version in Caffe2Frontend

* remove make_model from helper in caffe2.python.onnx
IvanYashchuk pushed a commit to IvanYashchuk/pytorch that referenced this issue Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants