sund.uninstall_model¶
sund.uninstall_model(model: str, all: bool = False) -> None
Uninstalls the specified model, alternatively all installed models.
Parameters¶
model
- Name of the model to uninstall.
all
- If true, will uninstall all installed models.
Return type¶
None
Return value¶
None