From 0f57ee96a908c544a0a333a3b8b60b1c5e097cc9 Mon Sep 17 00:00:00 2001 From: Gahow Wang Date: Mon, 15 Jun 2026 15:19:46 +0800 Subject: [PATCH] Drop LLM endpoint from Stop-A full-data config (baseline-only run) Co-Authored-By: Claude Opus 4.8 --- configs/examples/dash0_qwen30b_a3b_stopA_fulldata.json | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/configs/examples/dash0_qwen30b_a3b_stopA_fulldata.json b/configs/examples/dash0_qwen30b_a3b_stopA_fulldata.json index cdf796c..2bfafd0 100644 --- a/configs/examples/dash0_qwen30b_a3b_stopA_fulldata.json +++ b/configs/examples/dash0_qwen30b_a3b_stopA_fulldata.json @@ -129,13 +129,6 @@ "llm": { "system_prompt": "Tune community vLLM 0.20.0 serving for Qwen3-30B-A3B. Start from the default vLLM engine configuration, use only launch-safe patches, and optimize request_rate_per_gpu under the configured SLO.", "max_history_trials": 8, - "use_harness": true, - "endpoint": { - "provider": "codex", - "model": "gpt-5.4", - "stream": true, - "api_key_env": "OPENAI_API_KEY", - "timeout_s": 240 - } + "use_harness": false } } \ No newline at end of file