Add ReplayServe Frontier vLLM alignment report
This commit is contained in:
48
traces/fixtures/coder_500/manifest.json
Normal file
48
traces/fixtures/coder_500/manifest.json
Normal file
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"adapter_semantics": {
|
||||
"block_token_counts": "full blocks use block_size tokens; final partial block uses input_length % block_size, or block_size when zero",
|
||||
"chat_id": "session_id",
|
||||
"hash_ids": "block_hash_ids joined by |",
|
||||
"input_length": "num_prefill_tokens",
|
||||
"output_length": "num_decode_tokens",
|
||||
"timestamp": "arrived_at"
|
||||
},
|
||||
"block_size": 16,
|
||||
"csv_fields": [
|
||||
"arrived_at",
|
||||
"num_prefill_tokens",
|
||||
"num_decode_tokens",
|
||||
"session_id",
|
||||
"block_hash_ids"
|
||||
],
|
||||
"fail_on_overflow": true,
|
||||
"first_timestamp": 0.0,
|
||||
"fixture_name": "coder_500",
|
||||
"frontier_csv": "/home/gahow/phd/replayserve/traces/fixtures/coder_500/frontier.csv",
|
||||
"generated_by": "tools/qwen_to_frontier.py",
|
||||
"input_jsonl": "/home/gahow/phd/qwen-bailian-usagetraces-anon/qwen_coder_blksz_16.jsonl",
|
||||
"last_timestamp": 109.466,
|
||||
"limit": 500,
|
||||
"max_input_length": 17972,
|
||||
"max_output_length": 8533,
|
||||
"max_tokens": 32768,
|
||||
"max_total_tokens": 21318,
|
||||
"overflow_count": 0,
|
||||
"partial_final_block_rows": 466,
|
||||
"row_count": 500,
|
||||
"sidecar_fields": [
|
||||
"request_id",
|
||||
"chat_id",
|
||||
"parent_chat_id",
|
||||
"turn",
|
||||
"type",
|
||||
"timestamp",
|
||||
"input_length",
|
||||
"output_length",
|
||||
"hash_ids",
|
||||
"block_token_counts"
|
||||
],
|
||||
"sidecar_jsonl": "/home/gahow/phd/replayserve/traces/fixtures/coder_500/sidecar.jsonl",
|
||||
"source_jsonl": "/home/gahow/phd/replayserve/traces/fixtures/coder_500/source.jsonl",
|
||||
"timestamp_monotonic": true
|
||||
}
|
||||
Reference in New Issue
Block a user