How to install pytorch on Power 8 or PPC64 machine?

余生颓废 提交于 2020-01-23 12:24:26

问题


I am trying to install pytorch using conda on power 8 IBM machine. Although, I read articles from IBM blog, I couldn't install with success because I got stuck with compiling magma.


回答1:


Assuming that conda is already installed. Simply run the following command

conda install -c engility pytorch
conda install -c engility torchvision

Note:
1. Goto this anaconda page
2. Search for pytorch
3. Scroll down to see which one has linux-ppc64le as platform
4. Click into that specific package
5. You will get the command to install pytorch



来源:https://stackoverflow.com/questions/52750622/how-to-install-pytorch-on-power-8-or-ppc64-machine

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!