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.
pip install cupy-cuda112 -f https://github.com/cupy/cupy/releases/v8.5.0
pip install cupy-cuda112 -f https://github.com/cupy/cupy/releases/v9.0.0b3
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.
Most helpful comment
We got approval so I uploaded Linux wheels. Description updated.