Multi models rebase #22792
Annotations
8 errors
|
Mypy:
vllm/entrypoints/openai/serving_completion.py#L102
"EngineClient" has no attribute "get_tokenizer_mm"; maybe "get_tokenizer"? [attr-defined]
|
Mypy:
vllm/entrypoints/openai/serving_completion.py#L147
"generate" of "EngineClient" gets multiple values for keyword argument "lora_request" [misc]
|
Mypy:
vllm/entrypoints/openai/serving_completion.py#L151
Argument 4 to "generate" of "EngineClient" has incompatible type "str"; expected "LoRARequest | None" [arg-type]
|
Mypy:
vllm/entrypoints/openai/serving_chat.py#L126
"EngineClient" has no attribute "get_tokenizer_mm"; maybe "get_tokenizer"? [attr-defined]
|
Mypy:
vllm/entrypoints/openai/mm_api_server.py#L133
Argument 1 to "is_unsupported_config" of "MMLLMEngineClient" has incompatible type "vllm.engine.mm_arg_utils.AsyncEngineArgs"; expected "vllm.engine.arg_utils.AsyncEngineArgs" [arg-type]
|
Mypy:
vllm/entrypoints/openai/mm_api_server.py#L141
Argument "engine_args" to "from_engine_args" of "AsyncLLM" has incompatible type "vllm.engine.mm_arg_utils.AsyncEngineArgs"; expected "vllm.engine.arg_utils.AsyncEngineArgs" [arg-type]
|
Mypy
The operation was canceled.
|
Loading