Skip to content

Commit e109f94

Browse files
committed
update _get_and_verify_dtype
Signed-off-by: MengqingCao <cmq0113@163.com>
1 parent 86d88ca commit e109f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
BatchEncoding, BatchFeature)
3333
from transformers.models.auto.auto_factory import _BaseAutoModelClass
3434
from vllm import LLM, SamplingParams
35-
from vllm.config import TaskOption, _get_and_verify_dtype
35+
from vllm.config.model import TaskOption, _get_and_verify_dtype
3636
from vllm.inputs import TextPrompt
3737
from vllm.outputs import RequestOutput
3838
from vllm.transformers_utils.utils import maybe_model_redirect

0 commit comments

Comments
 (0)