privacy: scrub host chip/OS from parity-report environment
Browse files- parity-report.json +3 -3
parity-report.json
CHANGED
|
@@ -86,13 +86,13 @@
|
|
| 86 |
"reference": "torch fp16 encode+denoise vs the fp16 coreai-optimized asset, identical 10-step Euler loop, fixed noise (isolates export+optimization fidelity)",
|
| 87 |
"runner": "coreai-fabric-parity-runner/0.1.0",
|
| 88 |
"environment": {
|
| 89 |
-
"os": "macOS 26.6",
|
| 90 |
-
"chip": "Apple M4 Max",
|
| 91 |
"machine": "arm64",
|
| 92 |
"runtime_version": "1.0.0b2",
|
| 93 |
"coreai_torch": "0.4.1",
|
| 94 |
"torch": "2.9.0",
|
| 95 |
-
"transformers": "4.57.6"
|
|
|
|
|
|
|
| 96 |
},
|
| 97 |
"precision_note": "asset is coreai-optimized to ~1.55 bytes/param (below fp16); parity reflects the full export+optimization fidelity of a 4B flow-matching VLA over 10 sampler steps"
|
| 98 |
},
|
|
|
|
| 86 |
"reference": "torch fp16 encode+denoise vs the fp16 coreai-optimized asset, identical 10-step Euler loop, fixed noise (isolates export+optimization fidelity)",
|
| 87 |
"runner": "coreai-fabric-parity-runner/0.1.0",
|
| 88 |
"environment": {
|
|
|
|
|
|
|
| 89 |
"machine": "arm64",
|
| 90 |
"runtime_version": "1.0.0b2",
|
| 91 |
"coreai_torch": "0.4.1",
|
| 92 |
"torch": "2.9.0",
|
| 93 |
+
"transformers": "4.57.6",
|
| 94 |
+
"platform": "darwin-arm64",
|
| 95 |
+
"accelerator": "apple_silicon"
|
| 96 |
},
|
| 97 |
"precision_note": "asset is coreai-optimized to ~1.55 bytes/param (below fp16); parity reflects the full export+optimization fidelity of a 4B flow-matching VLA over 10 sampler steps"
|
| 98 |
},
|