Skip to content

resolve conflict

a6a3b11
Select commit
Loading
Failed to load commit list.
Merged

upgrade vllm to 0.18.1 #112

resolve conflict
a6a3b11
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Apr 6, 2026 in 2s

13 new alerts including 1 error

New alerts in code changed by this pull request

  • 1 error
  • 5 warnings
  • 7 notes

Alerts not introduced by this pull request might have been detected because the code changes were too large.

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 260 in vllm_fl/worker/model_runner.py

See this annotation in the file changed.

Code scanning / CodeQL

Redundant assignment Error

This assignment assigns a variable to itself.

Check warning on line 49 in vllm_fl/platform.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning

This assignment to 'device_type' is unnecessary as it is
redefined
before this value is used.

Check warning on line 50 in vllm_fl/platform.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning

This assignment to 'device_name' is unnecessary as it is
redefined
before this value is used.

Check warning on line 1946 in vllm_fl/worker/model_runner.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning

This assignment to 'dst_end' is unnecessary as it is
redefined
before this value is used.

Check warning on line 1995 in vllm_fl/worker/model_runner.py

See this annotation in the file changed.

Code scanning / CodeQL

Variable defined multiple times Warning

This assignment to 'dst_end' is unnecessary as it is
redefined
before this value is used.

Check warning on line 2322 in vllm_fl/worker/model_runner.py

See this annotation in the file changed.

Code scanning / CodeQL

Unreachable code Warning

This statement is unreachable.

Check notice on line 54 in vllm_fl/compilation/graph.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'CUDAGraphStat' is not used.

Check notice on line 199 in vllm_fl/compilation/graph.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.

Check notice on line 212 in vllm_fl/compilation/graph.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.

Check notice on line 242 in vllm_fl/compilation/graph.py

See this annotation in the file changed.

Code scanning / CodeQL

Empty except Note

'except' clause does nothing but pass and there is no explanatory comment.

Check notice on line 341 in vllm_fl/platform.py

See this annotation in the file changed.

Code scanning / CodeQL

First parameter of a method is not named 'self' Note

Normal methods should have 'self', rather than 'cls', as their first parameter.

Check notice on line 13 in vllm_fl/worker/model_runner.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'Callable' is not used.

Check notice on line 246 in vllm_fl/worker/model_runner.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'NgramProposer' is not used.