mirror of
https://github.com/bentoml/OpenLLM.git
synced 2026-05-03 13:22:43 -04:00
refactor(strategies): move logics into openllm-python (#578)
fix(strategies): move to openllm Strategies shouldn't be a part of openllm-core Signed-off-by: Aaron <29749331+aarnphm@users.noreply.github.com>
This commit is contained in:
@@ -6,10 +6,10 @@ import pytest
|
||||
|
||||
import bentoml
|
||||
|
||||
from openllm_core import _strategies as strategy
|
||||
from openllm_core._strategies import CascadingResourceStrategy
|
||||
from openllm_core._strategies import NvidiaGpuResource
|
||||
from openllm_core._strategies import get_resource
|
||||
from openllm import _strategies as strategy
|
||||
from openllm._strategies import CascadingResourceStrategy
|
||||
from openllm._strategies import NvidiaGpuResource
|
||||
from openllm._strategies import get_resource
|
||||
|
||||
if t.TYPE_CHECKING:
|
||||
from _pytest.monkeypatch import MonkeyPatch
|
||||
|
||||
Reference in New Issue
Block a user