remove log

This commit is contained in:
maryhipp
2024-03-08 12:23:41 -05:00
committed by Mary Hipp Rogers
parent 35731a6f51
commit da87266c9c

View File

@ -186,7 +186,6 @@ class ModelInstallService(ModelInstallServiceBase):
access_token: Optional[str] = None, access_token: Optional[str] = None,
inplace: Optional[bool] = False, inplace: Optional[bool] = False,
) -> ModelInstallJob: ) -> ModelInstallJob:
print(f"starting import for model {source}")
variants = "|".join(ModelRepoVariant.__members__.values()) variants = "|".join(ModelRepoVariant.__members__.values())
hf_repoid_re = f"^([^/:]+/[^/:]+)(?::({variants})?(?::/?([^:]+))?)?$" hf_repoid_re = f"^([^/:]+/[^/:]+)(?::({variants})?(?::/?([^:]+))?)?$"
source_obj: Optional[StringLikeSource] = None source_obj: Optional[StringLikeSource] = None