Skip to content

Commit

Permalink
fix(scheduling): expose Strategy class
Browse files Browse the repository at this point in the history
  • Loading branch information
bojiang committed Jun 26, 2023
1 parent 91ed3da commit c9ba5fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/bentoml/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
from ._internal.yatai_client import YataiClient
from ._internal.monitoring.api import monitor
from ._internal.service.loader import load
from ._internal.runner.strategy import Strategy

# Framework specific modules, model management and IO APIs are lazily loaded upon import.
if TYPE_CHECKING:
Expand Down Expand Up @@ -164,6 +165,7 @@
"Model",
"Runner",
"Runnable",
"Strategy",
"YataiClient", # Yatai REST API Client
# bento APIs
"list",
Expand Down

0 comments on commit c9ba5fa

Please sign in to comment.