mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-04-26 18:12:59 -04:00
fix: build isolation (#116)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
@@ -89,7 +89,7 @@ def prepare(
|
||||
implementation: LiteralRuntime = "pt",
|
||||
deployment_mode: t.Literal["container", "local"] = "local",
|
||||
clean_context: contextlib.ExitStack | None = None,
|
||||
cleanup: bool = False,
|
||||
cleanup: bool = True,
|
||||
):
|
||||
if clean_context is None:
|
||||
clean_context = contextlib.ExitStack()
|
||||
|
||||
Reference in New Issue
Block a user