Add dataset bench and validation agents

This commit is contained in:
2026-06-30 12:38:25 +08:00
parent 69f9a8e29b
commit dd7b7384ec
16 changed files with 853 additions and 24 deletions

View File

@@ -46,7 +46,7 @@ def get_settings() -> Settings:
log_dir=log_dir,
weights_root=weights_root,
task_conda_env=os.getenv("SEG_TASK_CONDA_ENV", "seg_smp"),
backend_conda_env=os.getenv("SEG_BACKEND_CONDA_ENV", "seg_server"),
backend_conda_env=os.getenv("SEG_BACKEND_CONDA_ENV", "seg_smp"),
weight_mode=os.getenv("SEG_WEIGHT_MODE", "copy"),
enable_shell_tasks=os.getenv("SEG_ENABLE_SHELL_TASKS", "1") == "1",
)