Installing pytorch

Installing previous versions of PyTorch

http://pytorch.org/previous-versions/

We’d prefer you install the latest version, but old binaries and installation instructions are provided below for your convenience.

Via conda

To install a previous version of PyTorch via Anaconda or Miniconda, replace “0.1.12” in the following commands with the desired version (i.e., “0.2.0”).

Installing with CUDA 8

conda install pytorch=0.1.12 cuda80 -c soumith

Installing with CUDA 7.5

conda install pytorch=0.1.12 cuda75 -c soumith

Installing without CUDA

conda install pytorch=0.1.12 -c soumith

From source

It is possible to checkout an older version of PyTorch and build it. You can list tags in PyTorch git repository with git tag and checkout a particular one (replace ‘0.1.9’ with the desired version) with

git checkout v0.1.9

Follow the install from source instructions in the README.md of the PyTorch checkout.

Via pip

Download the whl file with the desired version from the list below, and run

pip install /path/to/whl/file

You can also directly pass a URL to pip:

pip install http://download.pytorch.org/whl/cu80/torch-0.2.0.post3-cp36-cp36m-manylinux1_x86_64.whl

CUDA support is optional; for example, you can install the cu80/torch-0.2.0.post3-cp36-cp36m-manylinux1_x86_64.whl package on a system that does not have CUDA.

There are three major lists below: Linux binaries compiled with CUDA 8 support, Linux binaries with CUDA 7.5 support, and Mac OSX & miscellaneous other binaries.

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值