Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Fix link to issue tracker and code snippet format in GPU docs #18850

Merged
merged 1 commit into from
Sep 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docs/source/user-guide/gpu-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,10 @@ See the [RAPIDS installation guide](https://docs.rapids.ai/install#system-req) f
You can install the GPU backend for Polars with a feature flag as part of a normal [installation](installation.md).

=== ":fontawesome-brands-python: Python"
`bash pip install --extra-index-url=https://pypi.nvidia.com polars[gpu]`

```bash
pip install --extra-index-url=https://pypi.nvidia.com polars[gpu]
```

!!! note Installation on a CUDA 11 system

Expand Down Expand Up @@ -163,4 +166,4 @@ GPU execution is only available in the Lazy API, so materialized DataFrames will

### Providing feedback

Please report issues, and missing features, on the Polars [issue tracker](../development/contributing/index.md).
Please report issues, and missing features, on the Polars [issue tracker](https://github.com/pola-rs/polars/issues).