Fix pre-commit

Signed-off-by: yt0428 <51468697+yt0428@users.noreply.github.com>
This commit is contained in:
yt0428 2025-12-23 20:38:02 +08:00 committed by GitHub
parent 94a55eb792
commit 1aff6fff56
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -88,7 +88,7 @@ class FullAttentionSpec(AttentionSpec):
attention in model runner. attention in model runner.
In this case, we use FullAttentionSpec and record the sliding window size. In this case, we use FullAttentionSpec and record the sliding window size.
""" """
head_size_v: int | None = None head_size_v: int | None = None
sliding_window: int | None = None sliding_window: int | None = None