Skip to content

Commit

Permalink
docs: install CUDA versions of torch
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed May 5, 2024
1 parent b55f44e commit 0b0508e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ Get the latest version from [PyPI](https://pypi.org/project/safe-ds-runner):
pip install safe-ds-runner
```

On a Windows PC with an NVIDIA graphics card, you may also want to install the CUDA versions of `torch` and
`torchvision`:

```shell
pip install --upgrade torch torchvision --index-url https://download.pytorch.org/whl/cu121
```

## Usage

Start the runner server:
Expand Down

0 comments on commit 0b0508e

Please sign in to comment.