From fcd61657ee5a7591f88e0211cdc587b99f90bfb2 Mon Sep 17 00:00:00 2001 From: "yuze.zyz" Date: Fri, 1 Dec 2023 17:28:23 +0800 Subject: [PATCH] remove useless code Former-commit-id: 5a2392f105704810e9ce96c13fcc8a555726f9b8 --- src/llmtuner/extras/constants.py | 1 - 1 file changed, 1 deletion(-) diff --git a/src/llmtuner/extras/constants.py b/src/llmtuner/extras/constants.py index 69f4510d..7e66d1b3 100644 --- a/src/llmtuner/extras/constants.py +++ b/src/llmtuner/extras/constants.py @@ -50,7 +50,6 @@ def register_model_group( elif isinstance(path, dict) and "ms" in path: # Use ModelScope modelhub SUPPORTED_MODELS[name] = path["ms"] - print(f'Supported models add {name}/{SUPPORTED_MODELS[name]}') if module is not None: DEFAULT_MODULE[prefix] = module if template is not None: