Skip to content

Commit

Permalink
REL v23.12.00 release
Browse files Browse the repository at this point in the history
  • Loading branch information
raydouglass committed Dec 6, 2023
1 parent 22ed897 commit ad2bd2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ programming. In most cases, cuML's Python API matches the API from

For large datasets, these GPU-based implementations can complete 10-50x faster
than their CPU equivalents. For details on performance, see the [cuML Benchmarks
Notebook](https://github.com/rapidsai/cuml/tree/branch-23.04/notebooks/tools).
Notebook](https://github.com/rapidsai/cuml/tree/branch-23.12/notebooks/tools).

As an example, the following Python snippet loads input and computes DBSCAN clusters, all on GPU, using cuDF:
```python
Expand Down Expand Up @@ -74,7 +74,7 @@ neighbors = nn.kneighbors(df)
For additional examples, browse our complete [API
documentation](https://docs.rapids.ai/api/cuml/stable/), or check out our
example [walkthrough
notebooks](https://github.com/rapidsai/cuml/tree/branch-23.04/notebooks). Finally, you
notebooks](https://github.com/rapidsai/cuml/tree/branch-23.12/notebooks). Finally, you
can find complete end-to-end examples in the [notebooks-contrib
repo](https://github.com/rapidsai/notebooks-contrib).

Expand Down

0 comments on commit ad2bd2b

Please sign in to comment.