AttentionTypeSlidingWindowCausal# class penzai.experimental.v2.models.transformer.variants.llamalike_common.AttentionTypeSlidingWindowCausal[source]# Bases: object Marker for a local sliding-window attention block. Variables: window_size (int) – Size of the sliding window. Methods __init__(window_size) Attributes window_size