Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Fixing typos

Co-authored-by: Bradley Dice <[email protected]>
  • Loading branch information
nwstephens and bdice authored Sep 26, 2023
1 parent b1e5523 commit 679e4aa
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 @@ -258,8 +258,8 @@ pairwise_distance(in1, in2, out=output, metric="euclidean")
### Conda

The easiest way to install RAFT is through conda and several packages are provided.
- `libraft-headers` RAFT headers
- `libraft` (optional) shared library containing pre-compiled template instantiations and runtime API.
- `libraft-headers` RAFT headers.
- `libraft` (optional) shared library containing pre-compiled template instantiations and runtime APIs.
- `pylibraft` (optional) Python wrappers around RAFT algorithms and primitives.
- `raft-dask` (optional) enables deployment of multi-node multi-GPU algorithms that use RAFT `raft::comms` in Dask clusters.

Expand Down

0 comments on commit 679e4aa

Please sign in to comment.