Spaces:
Runtime error
Runtime error
File size: 196 Bytes
0b11938 | 1 2 3 4 5 6 7 8 9 | # SACCP Node Space Configuration
runtime:
cpu: "medium"
memory: "16x"
accelerator: "cpu" # Will be configured based on node type
env:
NODE_TYPE: "mini"
MODEL_TYPE: "sam-x-mini"
|