Execute Safe-DS programs that were compiled to Python.
Get the latest version from PyPI:
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
:
pip install --upgrade torch torchvision --index-url https://download.pytorch.org/whl/cu121
Start the runner server:
safe-ds-runner start
You can find the full documentation here.
We welcome contributions from everyone. As a starting point, check the following resources:
If you need further help, please use our discussion forum.