The scheduler will automatically match thots with runtime.gpu > 0 to this node.
# 2️⃣ Start all services locally docker compose up -d thot.hub
# Optional pre‑/post‑processing code (Python) preprocess: | def preprocess(payload): return "text": payload["text"].strip() postprocess: | def postprocess(raw): return "label": raw["label"], "score": round(raw["score"], 4) The scheduler will automatically match thots with runtime
# 1️⃣ Clone the repo git clone https://github.com/thothub/thothub.git cd thothub thot.hub