diff --git a/otx/cli/manager/config_manager.py b/otx/cli/manager/config_manager.py index 9ed6528f464..906f1d77e20 100644 --- a/otx/cli/manager/config_manager.py +++ b/otx/cli/manager/config_manager.py @@ -443,7 +443,6 @@ def build_workspace(self, new_workspace_path: Optional[str] = None) -> None: (template_dir, "deployment.py", self.workspace_root), (template_dir, "hpo_config.yaml", self.workspace_root), (template_dir, "model_hierarchical.py", self.workspace_root), - (template_dir, "model_multilabel.py", self.workspace_root), ] for target_dir, file_name, dest_dir in config_files: self._copy_config_files(target_dir, file_name, dest_dir)