Skip to content

Commit

Permalink
Merge pull request #8006 from kmaehashi/update-wheels-list
Browse files Browse the repository at this point in the history
Update wheels list in README
  • Loading branch information
asi1024 committed Nov 29, 2023
2 parents f6b5622 + da96df6 commit b5de262
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,7 @@ Choose the right package for your platform.

| Platform | Architecture | Command |
| --------------------- | ----------------- | ------------------------------------------------------------- |
| CUDA 10.2 | x86_64 / aarch64 | `pip install cupy-cuda102` |
| CUDA 11.0 | x86_64 | `pip install cupy-cuda110` |
| CUDA 11.1 | x86_64 | `pip install cupy-cuda111` |
| CUDA 11.2 ~ 11.8 | x86_64 / aarch64 | `pip install cupy-cuda11x` |
| CUDA 11.x (11.2+) | x86_64 / aarch64 | `pip install cupy-cuda11x` |
| CUDA 12.x | x86_64 / aarch64 | `pip install cupy-cuda12x` |
| ROCm 4.3 (*[experimental](https://docs.cupy.dev/en/latest/install.html#using-cupy-on-amd-gpu-experimental)*) | x86_64 | `pip install cupy-rocm-4-3` |
| ROCm 5.0 (*[experimental](https://docs.cupy.dev/en/latest/install.html#using-cupy-on-amd-gpu-experimental)*) | x86_64 | `pip install cupy-rocm-5-0` |
Expand Down

0 comments on commit b5de262

Please sign in to comment.