Local GPU Backend
The Local backend runs SDPO training and vLLM inference on your own hardware. It requires a GPU with >= 24 GB VRAM.Requirements
- NVIDIA GPU with >= 24 GB VRAM (e.g. RTX 3090, RTX 4090, A5000, L40S)
- NVIDIA Container Toolkit (for Docker)
- Docker and Docker Compose
- Python 3.11+ and uv
Installation
1
Clone and install
2
Configure environment
.env and set TELEGRAM_BOT_TOKEN (required). Optionally set HF_TOKEN for gated models.3
Start the stack
4
Verify
Services
Configuration
These variables are set in the.env file.
For the full Hydra config and all environment variables, see the Configuration Reference.
Verification
openclaw-assistant-latest LoRA model.
Manual Setup (without Docker)
Manual Setup (without Docker)
If you prefer not to use Docker, you can run each service manually:

