Skip to content

Commit c227de2

Browse files
authored
remove pypi.nvidia.com from install docs (#2223)
cuVS packages are now available from `pypi.org`, without involving `pypi.nvidia.com` * https://pypi.org/project/cuvs-cu12/ * https://pypi.org/project/cuvs-cu13/ * https://pypi.org/project/libcuvs-cu12/ * https://pypi.org/project/libcuvs-cu13/ This removes `pypi.nvidia.com` from the install docs. ## Notes for Reviewers These were the only uses of it I found: ```shell git grep -E 'pypi\.nvidia.com' ``` Note that installing cuVS packages from `pypi.org` won't work quiiiite yet because the release is still in progress (as of this writing) and packages like `pylibraft-cu13==26.6` aren't published yet, but that should be resolved within the next day. Authors: - James Lamb (https://github.com/jameslamb) Approvers: - Divye Gala (https://github.com/divyegala) URL: #2223
1 parent a71b165 commit c227de2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

fern/pages/installation/python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ You can also install through pip:
2020

2121
```bash
2222
# CUDA 13
23-
pip install cuvs-cu13 --extra-index-url=https://pypi.nvidia.com
23+
pip install cuvs-cu13
2424

2525
# CUDA 12
26-
pip install cuvs-cu12 --extra-index-url=https://pypi.nvidia.com
26+
pip install cuvs-cu12
2727
```
2828

2929
The pip packages statically link the C and C++ libraries, so `libcuvs` and `libcuvs_c` shared libraries are not readily available for use by external code.

0 commit comments

Comments
 (0)