Add OpProf campaign: protocols, results, patches, run evidence (P0-P6)
Workload-conditioned operator profiling on patched vLLM 0.24.0 + Qwen3-30B-A3B/H20. H1b PASS (irregular patterns carry +23-45pp R64 raggedness, 8-45% token-efficiency loss vs rectangular controls); mechanism decomposition kills the padding narrative and finds the arrival-uniformization artifact (-12.9%); cross-version churn surface shows TP2/MNS64 -29.4% across vLLM 0.20->0.24 while the argmax held. Raw Layer-1 JSONL streams (507 MB) stay on disk, git-ignored; footer sidecars and metrics are tracked. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -0,0 +1,65 @@
|
||||
{
|
||||
"invariants": {
|
||||
"clean_duration_exact": true,
|
||||
"clean_failures_zero": true,
|
||||
"concurrency_bounded": true,
|
||||
"drain_within_timeout": true,
|
||||
"manifest_no_wrap": true,
|
||||
"manifest_not_exhausted": true,
|
||||
"output_tokens_exact": true,
|
||||
"profile_count_exact": true,
|
||||
"profile_status_ok": true,
|
||||
"segment_count_exact": true
|
||||
},
|
||||
"numeric": {
|
||||
"actual_output_tokens": {
|
||||
"distinct_n": 1,
|
||||
"finite_n": 3941,
|
||||
"max": 512.0,
|
||||
"min": 512.0,
|
||||
"missing_n": 0,
|
||||
"n": 3941
|
||||
},
|
||||
"admitted_s": {
|
||||
"distinct_n": 3941,
|
||||
"finite_n": 3941,
|
||||
"max": 493.25117621201207,
|
||||
"min": 0.0009094980196096003,
|
||||
"missing_n": 0,
|
||||
"n": 3941
|
||||
},
|
||||
"completed_s": {
|
||||
"distinct_n": 3941,
|
||||
"finite_n": 3941,
|
||||
"max": 508.1755032700021,
|
||||
"min": 30.030000179016497,
|
||||
"missing_n": 0,
|
||||
"n": 3941
|
||||
},
|
||||
"input_tokens": {
|
||||
"distinct_n": 1,
|
||||
"finite_n": 3941,
|
||||
"max": 1280.0,
|
||||
"min": 1280.0,
|
||||
"missing_n": 0,
|
||||
"n": 3941
|
||||
},
|
||||
"requested_output_tokens": {
|
||||
"distinct_n": 1,
|
||||
"finite_n": 3941,
|
||||
"max": 512.0,
|
||||
"min": 512.0,
|
||||
"missing_n": 0,
|
||||
"n": 3941
|
||||
},
|
||||
"scheduled_s": {
|
||||
"distinct_n": 3941,
|
||||
"finite_n": 3941,
|
||||
"max": 493.25117589501315,
|
||||
"min": 0.000907983019715175,
|
||||
"missing_n": 0,
|
||||
"n": 3941
|
||||
}
|
||||
},
|
||||
"schema": 1
|
||||
}
|
||||
Reference in New Issue
Block a user