-
Notifications
You must be signed in to change notification settings - Fork 302
Installation recommends soumith
conda channel
#3
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
Comments
it's available via the default channel? how? |
Yeah actually this is pretty odd, and maybe my conda has gone weird somehow (running Ubuntu 14.04, conda with Python 3.6 and CUDA 8.0). Having run conda install pytorch
Fetching package metadata .........
Solving package specifications: .
# All requested packages already installed.
# packages in environment at /home/ka709/miniconda3:
#
pytorch 0.1.12 py36_0 Versus: conda install pytorch -c soumith
Fetching package metadata ...........
Solving package specifications: .
Warning: 2 possible package resolutions (only showing differing packages):
- soumith::pytorch-0.1.12-py361_2cu80
- soumith::pytorch-0.1.12-py36_2cu80
Package plan for installation in environment /home/ka709/miniconda3:
The following packages will be UPDATED:
pytorch: 0.1.12-py36_0 --> 0.1.12-py361_2cu80 soumith [cuda80] Installing with conda install pytorch
Fetching package metadata .........
Solving package specifications: .
Package plan for installation in environment /home/ka709/miniconda3:
The following packages will be SUPERSEDED by a higher-priority channel:
pytorch: 0.1.12-py361_2cu80 soumith [cuda80] --> 0.1.12-py36_0 |
paging @kalefranz could I request you to please disable or remove the anaconda pytorch and pytorch-gpu packages? they are not fully done yet:
Jonathan sent me an email about these packages a couple of months ago (when they were private), but I didn't get time to look into his package scripts yet (i am a bit overworked, but it is on my TODO list). Someone made these packages public on the anaconda side a couple of days ago . |
Yep if I just want to naively do The following packages will be SUPERSEDED by a higher-priority channel:
pytorch: 0.2.0-py36h6d07548_2cu80 soumith [cuda80] --> 0.1.12-py36cuda7.5cudnn6.0_1
torchvision: 0.1.9-py36h7584368_1 soumith --> 0.1.8-py36_0 Looking at the download count, people are actually pulling these new packages (uploaded 4 days ago). |
reported this to the conda folks :( |
So what is the recommended process? I see on the pytorch page that |
the default channel has 0.1.12 which is a very old channel. if you only require CPU and you have access only to default channel, build from source: https://github.com/pytorch/pytorch#from-source |
- Still needs info about supported distros - Depends on PR #3 for CSS changes
- Still need to add supported windows versions - Depends on PR #3 for CSS changes
The website is still set up (via this file) to point to the
soumith
conda channel - but it seems that it's now available on the default channel. Should this be changed?The text was updated successfully, but these errors were encountered: