Skip to content

Commit

Permalink
Merge pull request #63 from cupy/update-pipv13
Browse files Browse the repository at this point in the history
Remove pip install for old CUDA toolkits
  • Loading branch information
kmaehashi authored Jan 18, 2024
2 parents 0995d65 + 9b7ba15 commit 90aba78
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -224,16 +224,7 @@ <h3>Easy to install</h3>
</p>
</div>
<div class="six columns feature-media left">
<pre><code class="language-bash"># For CUDA 10.2
pip install cupy-cuda102

# For CUDA 11.0
pip install cupy-cuda110

# For CUDA 11.1
pip install cupy-cuda111

# For CUDA 11.2 ~ 11.x
<pre><code class="language-bash"># For CUDA 11.2 ~ 11.x
pip install cupy-cuda11x

# For CUDA 12.x
Expand Down

0 comments on commit 90aba78

Please sign in to comment.