Reproduced the published suite within the expected score and speed range.
4 reproductions
Use the exact revision and inspect the manifest before execution.
modelverse reproduce run_orion_m3max_coding --runtime llama.cppThe comparison context that makes the result interpretable.
Version 1.0 of the Apache-2.0 licensed Modelverse Run schema.
{
"schemaVersion": "1.0",
"id": "run_orion_4070ti_reproduction",
"createdAt": "2026-07-19T14:10:00.000Z",
"model": {
"provider": "huggingface",
"repository": "open-lab/orion-coder-7b",
"revision": "d4f7b92",
"quantization": "Q4_K_M",
"licenseSnapshot": "Apache-2.0"
},
"runtime": {
"name": "llama.cpp",
"version": "b5881",
"command": "modelverse reproduce run_orion_m3max_coding --runtime llama.cpp"
},
"hardware": {
"os": "Ubuntu 26.04",
"architecture": "x64",
"cpu": "AMD Ryzen 9 7900",
"systemMemoryMb": 32768,
"accelerators": [
{
"vendor": "NVIDIA",
"model": "NVIDIA GeForce RTX 4070 Ti",
"count": 1,
"memoryMb": 12288,
"driverVersion": "590.44",
"computeApi": "cuda"
}
]
},
"task": {
"type": "coding",
"evaluationSuite": "modelverse-local-coding-v1",
"datasetRevision": "6ef21a9"
},
"configuration": {
"contextLength": 8192,
"maxGeneratedTokens": 512,
"temperature": 0,
"seed": 42,
"batchSize": 1,
"quantization": "Q4_K_M"
},
"metrics": {
"timeToFirstTokenMs": 201,
"tokensPerSecond": 67.3,
"peakMemoryMb": 6041.6,
"peakVramMb": 6553.6,
"modelLoadTimeMs": 1120,
"scores": {
"Coding suite": 73.9
}
},
"evidence": {
"machineCaptured": true,
"redactionsApplied": [],
"artifactUrls": []
}
}Independent demo reproduction using the same suite and model revision.