fela-pde / streaming /manifest.json
itstheraj's picture
initial commit
cdcc0fd
Raw
History Blame Contribute Delete
302 Bytes
{
"model": "pde",
"format": "fp16-streaming",
"note": "load order is smallest-first for progressive/streaming load",
"files": [
{
"file": "model_fp16.safetensors",
"source": "model.safetensors",
"dtype": "fp16",
"bytes": 3555962,
"approx_mb": 3.391
}
]
}