Resource Estimation
CLI: 1node resource-estimator --script model.py --size 300 --files 12
API:
POST /v1/estimate
Body (JSON):
{ "scriptType":0,"imageSizeMb":300,"numFiles":12 }
Response (200):
{ "gpuRam":"16Gi","cpuUnits":2,"ram":"8Gi" }
Last updated