Skip to content

support qwen3.5 module in vllm-fl for txda.

ac17633
Select commit
Loading
Failed to load commit list.
Open

Tsingmicro add txda backend to vllm-fl plugin. #52

support qwen3.5 module in vllm-fl for txda.
ac17633
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL failed Mar 7, 2026 in 5s

7 new alerts including 1 error

New alerts in code changed by this pull request

  • 1 error
  • 6 notes

See annotations below for details.

View all branch alerts.

Annotations

Check failure on line 9 in vllm_fl/dispatch/backends/vendor/txda/__init__.py

See this annotation in the file changed.

Code scanning / CodeQL

Explicit export is not defined Error library

The name 'TxadBackend' is exported by __all__ but is not defined.

Check notice on line 11 in vllm_fl/dispatch/backends/vendor/txda/txda.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note library

Import of 'Union' is not used.

Check notice on line 163 in vllm_fl/distributed/device_communicators/flagcx.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused local variable Note

Variable in_tensor is not used.

Check notice on line 79 in vllm_fl/models/qwen3_5.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'QwenNextMixtureOfExperts' is not used.

Check notice on line 262 in vllm_fl/models/qwen3_5.py

See this annotation in the file changed.

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.

Check notice on line 15 in vllm_fl/ops/fla/fused_recurrent.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused import Note

Import of 'input_guard' is not used.

Check notice on line 396 in vllm_fl/worker/worker.py

See this annotation in the file changed.

Code scanning / CodeQL

Commented-out code Note

This comment appears to contain commented-out code.