Skip to content

Commit

Permalink
Clarify that PyPI wheels don't support CUDA (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarlinpe authored Oct 9, 2023
1 parent 291deeb commit 0ab4395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Wheels for Python 8/9/10 on Linux and macOS 11/12 can be install using pip:
pip install pycolmap
```

The wheels are automatically built and pushed to [pypi](https://pypi.org/project/pycolmap/) at each release.
The wheels are automatically built and pushed to [pypi](https://pypi.org/project/pycolmap/) at each release. They are currently not built with CUDA support, which requires building from source (see below).

### Building from source

Expand Down

0 comments on commit 0ab4395

Please sign in to comment.