This repository was archived by the owner on Oct 19, 2024. It is now read-only.
This repository was archived by the owner on Oct 19, 2024. It is now read-only.
cupy package mismatches with CUDA version in the docs #950
Open
Description
Please describe the bug
Hi, according to the alpa installation doc, we need to pip3 install cupy-cuda11x
to install cupy. However, when CUDA version is 11.1, according to cupy package info here and here, the correct command should be pip3 install cupy-cuda111
, as using cupy-cuda11x
will result in errors in the next step (python3 -c "from cupy.cuda import nccl"
).
Please describe the expected behavior
python3 -c "from cupy.cuda import nccl"
does not print any error.
System information and environment
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04, docker): Linux Ubuntu 22.04
- Python version: 3.8.10
- CUDA version: 11.1
- NCCL version: 2.7.8
To Reproduce
Steps to reproduce the behavior:
Follow the installation guide using CUDA 11.1 and cudnn 8.0.5.
Metadata
Metadata
Assignees
Labels
No labels