File size: 465 Bytes
8777866 | 1 2 3 4 5 6 7 8 9 10 11 12 13 | # SACCP Node Space Configuration
runtime:
cpu: "medium"
memory: "16x"
accelerator: "cpu" # Will be configured based on node type
env:
NODE_TYPE: "head"
NANO_WORKER_URL: "https://Bc-AI-worker-nano.hf.space"
MINI_WORKER_URL: "https://Bc-AI-worker-mini.hf.space"
FAST_WORKER_URL: "https://Bc-AI-worker-fast.hf.space"
LARGE_WORKER_URL: "https://Bc-AI-worker-large.hf.space"
UNIVERSAL_WORKER_URL: "https://Bc-AI-worker-universal.hf.space"
|