Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

[DOC] Specify cupy versions according to CUDA versions #951

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ Regardless of installing from wheels or from source, there are a few prerequisit
# Update pip
pip3 install --upgrade pip

# Install cupy
# Install cupy for CUDA 11.1
pip3 install cupy-cuda111

# Install cupy for CUDA 11.2~11.x
pip3 install cupy-cuda11x

Then, check whether your system already has NCCL installed.
Expand Down