Running the Worker
Prerequisites:
- A Nvidia GPU
- Docker
- Nvidia Container Toolkit (installed in WSL for Windows users)
Supported operating systems:
- Linux (Ubuntu is confirmed to work, other major distributions should work)
- Windows (using WSL2 for Docker)
You have two options for running the worker:
- Running the binary directly
- Running the Python source code
tip
Ensure that you have Docker installed and running on your machine before proceeding.
Running the Binary
- Download the latest release.
- Unzip and run the executable inside.
Running the Python Source Code
- Clone the repository.
- Install the dependencies:
cd spl
pip3 install -r requirements.txt
cd .. - Run the worker:
python3 -m spl.worker