fix(mm): add missing inplace parameter to model install abc

This commit is contained in:
psychedelicious 2024-03-05 16:14:34 +11:00
parent 3030a34b88
commit 78895b3e80

View File

@ -352,6 +352,7 @@ class ModelInstallServiceBase(ABC):
source: str,
config: Optional[Dict[str, Any]] = None,
access_token: Optional[str] = None,
inplace: Optional[bool] = False,
) -> ModelInstallJob:
r"""Install the indicated model using heuristics to interpret user intentions.