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: