Enable dedicated MMSeg full mmcv runtime
This commit is contained in:
@@ -157,7 +157,8 @@ def build_task_checks() -> list[dict[str, Any]]:
|
||||
for task in TASK_TYPES:
|
||||
params = TASK_DEFAULTS.get(task, {})
|
||||
try:
|
||||
spec = build_module_task(task, dict(params), settings.task_conda_env)
|
||||
conda_env = settings.mmseg_conda_env if task.startswith("mmseg.") else settings.task_conda_env
|
||||
spec = build_module_task(task, dict(params), conda_env)
|
||||
script_path = _command_script_path(spec.command) if spec else None
|
||||
checks.append(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user