Initial AITuner study orchestrator
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
{"request_id":"example-1","timestamp":0.0,"sampling_u":0.10,"messages":[{"role":"user","content":"hello"}],"input_length":512,"output_length":16}
|
||||
{"request_id":"example-2","timestamp":1.0,"sampling_u":0.50,"messages":[{"role":"user","content":"summarize this file"}],"input_length":2048,"output_length":64}
|
||||
{"request_id":"example-3","timestamp":2.5,"sampling_u":0.90,"messages":[{"role":"user","content":"write a longer answer"}],"input_length":8192,"output_length":128}
|
||||
15
configs/examples/trace_windows/windows.json
Normal file
15
configs/examples/trace_windows/windows.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"sample_seed": 20260325,
|
||||
"u_field": "sampling_u",
|
||||
"window_duration_seconds": 10.0,
|
||||
"windows": [
|
||||
{
|
||||
"window_id": "chat_w_example_peak_0001",
|
||||
"trace_type": "chat",
|
||||
"trace_file": "traces/chat_w_example_peak_0001.jsonl",
|
||||
"window_start": 0.0,
|
||||
"window_end": 10.0,
|
||||
"num_requests": 3
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user