From 427f5d270ec1ef87823fc4973bdaded3351e18e0 Mon Sep 17 00:00:00 2001 From: Xu Yang Date: Wed, 16 Jul 2025 16:10:56 +0800 Subject: [PATCH] fix: minor conflict in prompts (#1081) --- rdagent/scenarios/data_science/scen/prompts.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rdagent/scenarios/data_science/scen/prompts.yaml b/rdagent/scenarios/data_science/scen/prompts.yaml index 270d46c8..ec751939 100644 --- a/rdagent/scenarios/data_science/scen/prompts.yaml +++ b/rdagent/scenarios/data_science/scen/prompts.yaml @@ -40,9 +40,8 @@ scenario_description: |- During this time limit, you have all the resources available to you. Please fully leverage all the computational resources(CPUs and GPUs) to achieve the best performance like choose a powerful model, use a large batch size, enable data sampler with big parallel. {% if sample_data_by_LLM is not none and sample_data_by_LLM is true %} ====== Time Limit On Debug Mode Code Execution ====== - Your are also required to include a debug mode in your code, the debug code's execution is limited to **{{ debug_time_limit }}**. You should set your debug parameters(eg. epoch number) accordingly to ensure your debug code can run within this time limit. - {% endif %} - {% endif %} + Your are also required to include a debug mode in your code, the debug code's execution is limited to **{{ debug_time_limit }}**. You should make sure 10 percent of the data training one epoch can be finished within this time limit. If not, your should propose a new debug strategy in your task. + {% endif %}{% endif %} competition_description_template: system: |-