We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d88ca commit e109f94Copy full SHA for e109f94
tests/e2e/conftest.py
@@ -32,7 +32,7 @@
32
BatchEncoding, BatchFeature)
33
from transformers.models.auto.auto_factory import _BaseAutoModelClass
34
from vllm import LLM, SamplingParams
35
-from vllm.config import TaskOption, _get_and_verify_dtype
+from vllm.config.model import TaskOption, _get_and_verify_dtype
36
from vllm.inputs import TextPrompt
37
from vllm.outputs import RequestOutput
38
from vllm.transformers_utils.utils import maybe_model_redirect
0 commit comments