mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-05 19:17:43 +00:00
fix: align scenario descriptions and include debug timeout (#1079)
* Align scenario descriptions and include debug timeout - Updated config.py to support debug timeout configuration - Synchronized prompts in exp_gen and scen modules - Refactored proposal.py for consistency with new scenario descriptions - Improved __init__.py for better scenario management * remove running time in stdout --------- Co-authored-by: Xu Yang <xuyang1@microsoft.com>
This commit is contained in:
@@ -17,12 +17,12 @@ class CoSTEERSettings(ExtendedBaseSettings):
|
||||
|
||||
fail_task_trial_limit: int = 20
|
||||
|
||||
v1_query_former_trace_limit: int = 5
|
||||
v1_query_similar_success_limit: int = 5
|
||||
v1_query_former_trace_limit: int = 3
|
||||
v1_query_similar_success_limit: int = 3
|
||||
|
||||
v2_query_component_limit: int = 1
|
||||
v2_query_error_limit: int = 1
|
||||
v2_query_former_trace_limit: int = 1
|
||||
v2_query_former_trace_limit: int = 3
|
||||
v2_add_fail_attempt_to_latest_successful_execution: bool = False
|
||||
v2_error_summary: bool = False
|
||||
v2_knowledge_sampler: float = 1.0
|
||||
|
||||
Reference in New Issue
Block a user