Skip to content
This repository was archived by the owner on Oct 11, 2024. It is now read-only.

Commit ec8ef04

Browse files
committed
jambafix
1 parent 4b21a08 commit ec8ef04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vllm/model_executor/models/interfaces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def __init__(self) -> None:
327327

328328
@runtime_checkable
329329
class _IsAttentionFreeType(Protocol):
330-
has_inner_state: ClassVar[Literal[True]]
330+
is_attention_free: ClassVar[Literal[True]]
331331

332332
def __init__(self) -> None:
333333
...

0 commit comments

Comments
 (0)