Safe-DS RunnerΒΆ
Execute Safe-DS programs that were compiled to Python.
InstallationΒΆ
Get the latest version from PyPI:
shell
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:
shell
safe-ds-runner start
DocumentationΒΆ
You can find the full documentation here.
ContributingΒΆ
We welcome contributions from everyone. As a starting point, check the following resources:
If you need further help, please use our discussion forum.