[Frontend] Automatic detection of chat content format from AST #24959
Annotations
5 errors
Analysing the code with ruff:
vllm/entrypoints/chat_utils.py#L11
vllm/entrypoints/chat_utils.py:11:8: F401 `jinja2` imported but unused
|
Analysing the code with ruff:
vllm/entrypoints/chat_utils.py#L498
vllm/entrypoints/chat_utils.py:498:20: F821 Undefined name `mm_tracer`
|
Analysing the code with ruff:
vllm/entrypoints/chat_utils.py#L669
vllm/entrypoints/chat_utils.py:669:5: F841 Local variable `compiled` is assigned to but never used
|
Analysing the code with ruff:
vllm/entrypoints/chat_utils.py#L672
vllm/entrypoints/chat_utils.py:672:5: SIM114 Combine `if` branches using logical `or` operator
|
Analysing the code with ruff
Process completed with exit code 1.
|
Loading