Cupy: CUDA 11.2 Wheel Packages for Linux

Created on 22 Feb 2021  路  3Comments  路  Source: cupy/cupy

Edit (2021-03-23): We've uploaded cupy-cuda112 for Linux. You can simply install it by:

pip install cupy-cuda112

The following workaround (-f option) is no longer needed.


cupy-cuda112 package on PyPI is currently only available for Windows. We are going to publish Linux wheels once we get approval from the PyPI team (https://github.com/pypa/pypi-support/issues/939). Meanwhile, Linux wheels can be downloaded from the Assets section of each release.

v8.5.0

pip install cupy-cuda112 -f https://github.com/cupy/cupy/releases/v8.5.0

v9.0.0b3

pip install cupy-cuda112 -f https://github.com/cupy/cupy/releases/v9.0.0b3
install high

Most helpful comment

We got approval so I uploaded Linux wheels. Description updated.

All 3 comments

For Conda users:

v8.5.0

conda install -c conda-forge cupy=8.5.0 cudatoolkit=11.2

v9.0.0b3

conda install -c conda-forge/label/cupy_rc -c conda-forge cupy=9.0.0b3 cudatoolkit=11.2

(updated the instruction for the rc package)

We got approval so I uploaded Linux wheels. Description updated.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kmaehashi picture kmaehashi  路  3Comments

jakirkham picture jakirkham  路  4Comments

Bartzi picture Bartzi  路  4Comments

leofang picture leofang  路  3Comments

the-lay picture the-lay  路  4Comments