Skip to content

Commit d15cc44

Browse files
committed
mypy
Signed-off-by: NickLucche <nlucches@redhat.com>
1 parent aaf3974 commit d15cc44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/model_executor/layers/mamba/abstract.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def get_attn_backend(self) -> type["AttentionBackend"]:
4444
pass
4545

4646
@abstractmethod
47-
def get_state_dtype(self) -> tuple[torch.dtype]:
47+
def get_state_dtype(self) -> tuple[torch.dtype, ...]:
4848
pass
4949

5050
def get_kv_cache_spec(self, vllm_config: VllmConfig) -> Optional[KVCacheSpec]:

0 commit comments

Comments
 (0)