[Docs] Fix warnings in mkdocs build
#39443
Annotations
10 errors
Run pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd:
vllm/entrypoints/llm.py#L264
Argument 28 to "EngineArgs" has incompatible type "**dict[str, object]"; expected "Union[str, type[ExecutorBase], None, Literal['ray', 'mp', 'uni', 'external_launcher']]" [arg-type]
|
Run pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd:
vllm/entrypoints/llm.py#L264
Argument 28 to "EngineArgs" has incompatible type "**dict[str, object]"; expected "list[int]" [arg-type]
|
Run pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd:
vllm/entrypoints/llm.py#L264
Argument 28 to "EngineArgs" has incompatible type "**dict[str, object]"; expected "Optional[int]" [arg-type]
|
Run pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd:
vllm/entrypoints/llm.py#L264
Argument 28 to "EngineArgs" has incompatible type "**dict[str, object]"; expected "Literal['auto', 'fp8', 'fp8_e4m3', 'fp8_e5m2', 'fp8_inc']" [arg-type]
|
Run pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd:
vllm/entrypoints/llm.py#L264
Argument 28 to "EngineArgs" has incompatible type "**dict[str, object]"; expected "str" [arg-type]
|
Run pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd:
vllm/entrypoints/llm.py#L264
Argument 28 to "EngineArgs" has incompatible type "**dict[str, object]"; expected "Union[str, Literal['auto', 'bitsandbytes', 'dummy', 'fastsafetensors', 'gguf', 'mistral', 'npcache', 'pt', 'runai_streamer', 'runai_streamer_sharded', 'safetensors', 'sharded_state', 'tensorizer']]" [arg-type]
|
Run pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd:
vllm/entrypoints/llm.py#L264
Argument 28 to "EngineArgs" has incompatible type "**dict[str, object]"; expected "bool" [arg-type]
|
Run pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd:
vllm/entrypoints/llm.py#L264
Argument 28 to "EngineArgs" has incompatible type "**dict[str, object]"; expected "Optional[Literal['auto', 'generate', 'embedding', 'embed', 'classify', 'score', 'reward', 'transcription', 'draft']]" [arg-type]
|
Run pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd:
vllm/entrypoints/llm.py#L264
Argument 28 to "EngineArgs" has incompatible type "**dict[str, object]"; expected "Optional[str]" [arg-type]
|
Run pre-commit/action@2c7b3805fd2a0fd8c1884dcaebf91fc102a13ecd:
vllm/entrypoints/llm.py#L264
Argument 28 to "EngineArgs" has incompatible type "**dict[str, object]"; expected "Union[str, list[str], None]" [arg-type]
|
Loading