Skip to content

Commit

Permalink
Docs quickstart: replace cuda-autodetect with specific extras (#911)
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianeboyd committed Nov 8, 2023
1 parent 05515c5 commit c16f552
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,8 @@ cuda117 =
cupy-cuda117>=5.0.0b4
cuda11x =
cupy-cuda11x>=11.0.0
cuda12x =
cupy-cuda12x>=11.5.0
cuda-autodetect =
cupy-wheel>=11.0.0
datasets =
Expand Down
6 changes: 5 additions & 1 deletion website/docs/_quickstart.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
{ "label": "9.2", "value": "cuda92" },
{ "label": "10.0", "value": "cuda100" },
{ "label": "10.1", "value": "cuda101" },
{ "label": "10.2, 11.0+", "value": "cuda-autodetect" }
{ "label": "10.2", "value": "cuda102" },
{ "label": "11.0", "value": "cuda110" },
{ "label": "11.1", "value": "cuda111" },
{ "label": "11.2-11.x", "value": "cuda11x" },
{ "label": "12.x", "value": "cuda12x" }
]
},
{
Expand Down

0 comments on commit c16f552

Please sign in to comment.