head / space-config.yaml
Bc-AI's picture
Upload folder using huggingface_hub
8777866 verified
raw
history blame contribute delete
465 Bytes
# 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"