remove useless code

This commit is contained in:
yuze.zyz 2023-12-01 17:28:23 +08:00
parent d9e52957e2
commit 5a2392f105
1 changed files with 0 additions and 1 deletions

View File

@ -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: