Use time-compressed community vllm ablation

This commit is contained in:
2026-05-02 10:03:59 +08:00
parent d3d4c234f6
commit ccbf24ac47
3 changed files with 8 additions and 7 deletions

View File

@@ -1,5 +1,5 @@
{
"study_id": "dash0-qwen30b-a3b-community-vllm020-chat-0-8k-out128-probe512-harness",
"study_id": "dash0-qwen30b-a3b-community-vllm020-chat-0-8k-out128-scale01-harness",
"hardware": {
"gpu_count": 8,
"gpu_model": "H20",
@@ -73,7 +73,7 @@
"max_input_tokens": 8192
},
"max_requests_per_probe": 512,
"replay_time_scale": 1.0,
"replay_time_scale": 0.1,
"early_stop_max_lag_s": 120.0,
"early_stop_max_elapsed_s": 900.0
},

View File

@@ -1,5 +1,5 @@
{
"study_id": "dash0-qwen30b-a3b-community-vllm020-chat-0-8k-out128-probe512-noharness",
"study_id": "dash0-qwen30b-a3b-community-vllm020-chat-0-8k-out128-scale01-noharness",
"hardware": {
"gpu_count": 8,
"gpu_model": "H20",
@@ -73,7 +73,7 @@
"max_input_tokens": 8192
},
"max_requests_per_probe": 512,
"replay_time_scale": 1.0,
"replay_time_scale": 0.1,
"early_stop_max_lag_s": 120.0,
"early_stop_max_elapsed_s": 900.0
},