Community reproduction confirms the low-memory configuration.
6 reproductions
Use the exact revision and inspect the manifest before execution.
ollama run local-ai/sparrow-chat-3b:q4_k_mThe 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_m1",
"createdAt": "2026-07-19T06:30:00.000Z",
"model": {
"provider": "huggingface",
"repository": "local-ai/sparrow-chat-3b",
"revision": "5dc3ef1",
"quantization": "Q4_K_M",
"licenseSnapshot": "Apache-2.0"
},
"runtime": {
"name": "Ollama",
"version": "0.12.1",
"command": "ollama run local-ai/sparrow-chat-3b:q4_k_m"
},
"hardware": {
"os": "macOS 16",
"architecture": "arm64",
"cpu": "Apple M1",
"systemMemoryMb": 8192,
"accelerators": [
{
"vendor": "Apple",
"model": "Apple integrated GPU",
"count": 1,
"memoryMb": 8192,
"computeApi": "metal"
}
]
},
"task": {
"type": "chat"
},
"configuration": {
"contextLength": 2048,
"maxGeneratedTokens": 256,
"temperature": 0.7,
"seed": 71,
"batchSize": 1,
"quantization": "Q4_K_M"
},
"metrics": {
"timeToFirstTokenMs": 651,
"tokensPerSecond": 18.9,
"peakMemoryMb": 3584,
"modelLoadTimeMs": 1840
},
"evidence": {
"machineCaptured": true,
"redactionsApplied": [],
"artifactUrls": []
}
}Confirmed with a reduced context window to preserve memory headroom.