Add Bamba Model #30242
Annotations
5 errors and 1 warning
Ruff (F401):
tests/kernels/test_mamba_ssm_ssd.py#L10
tests/kernels/test_mamba_ssm_ssd.py:10:17: F401 `numpy` imported but unused
|
Ruff (E741):
tests/kernels/test_mamba_ssm_ssd.py#L134
tests/kernels/test_mamba_ssm_ssd.py:134:16: E741 Ambiguous variable name: `l`
|
Ruff (SIM102):
vllm/model_executor/layers/mamba/ops/ssd_chunk_scan.py#L225
vllm/model_executor/layers/mamba/ops/ssd_chunk_scan.py:225:9: SIM102 Use a single `if` statement instead of nested `if` statements
|
Ruff (SIM102):
vllm/model_executor/layers/mamba/ops/ssd_chunk_scan.py#L295
vllm/model_executor/layers/mamba/ops/ssd_chunk_scan.py:295:5: SIM102 Use a single `if` statement instead of nested `if` statements
|
ruff (3.12)
Process completed with exit code 1.
|
ruff (3.12)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|