Machine-captured CPU-only Run with attached logs.
9 reproductions
Use the exact revision and inspect the manifest before execution.
llama-cli -m sparrow-chat-3b-q4_k_m.gguf -p 'Hello' -n 256The comparison context that makes the result interpretable.
Version 1.0 of the Apache-2.0 licensed Modelverse Run schema.
{
"schemaVersion": "1.0",
"id": "run_sparrow_cpu",
"createdAt": "2026-07-20T07:15:00.000Z",
"model": {
"provider": "huggingface",
"repository": "local-ai/sparrow-chat-3b",
"revision": "5dc3ef1",
"quantization": "Q4_K_M",
"licenseSnapshot": "Apache-2.0"
},
"runtime": {
"name": "llama.cpp",
"version": "b5881",
"command": "llama-cli -m sparrow-chat-3b-q4_k_m.gguf -p 'Hello' -n 256"
},
"hardware": {
"os": "Fedora 43",
"architecture": "x64",
"cpu": "AMD Ryzen 7 7840U",
"systemMemoryMb": 16384,
"accelerators": []
},
"task": {
"type": "chat"
},
"configuration": {
"contextLength": 4096,
"maxGeneratedTokens": 256,
"temperature": 0.7,
"seed": 71,
"batchSize": 1,
"quantization": "Q4_K_M"
},
"metrics": {
"timeToFirstTokenMs": 901,
"tokensPerSecond": 12.6,
"peakMemoryMb": 3481.6,
"modelLoadTimeMs": 2190
},
"evidence": {
"machineCaptured": true,
"redactionsApplied": [],
"artifactUrls": []
}
}Useful baseline for machines without a discrete GPU.