mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-08-08 12:37:44 +00:00
fix: split then sample & remove simple model guide in ds proposal (#1034)
* fix code timeout & split_then_sample * change- code * change-prompts_v2 * remove more simple guidance in proposal --------- Co-authored-by: Xu Yang <xuyang1@microsoft.com> Co-authored-by: jingyuanlm <842442862@qq.com>
This commit is contained in:
@@ -27,9 +27,7 @@ class DSCoderCoSTEERSettings(CoSTEERSettings):
|
||||
def get_ds_env(
|
||||
conf_type: Literal["kaggle", "mlebench"] = "kaggle",
|
||||
extra_volumes: dict = {},
|
||||
running_timeout_period: int = (
|
||||
DS_RD_SETTING.debug_timeout if not DS_RD_SETTING.sample_data_by_LLM else DS_RD_SETTING.full_timeout
|
||||
),
|
||||
running_timeout_period: int = DS_RD_SETTING.debug_timeout,
|
||||
) -> Env:
|
||||
"""
|
||||
Retrieve the appropriate environment configuration based on the env_type setting.
|
||||
|
||||
Reference in New Issue
Block a user